Skip to content

Commit

Permalink
delete: remove credits from wiki pages + weapon dps table margin
Browse files Browse the repository at this point in the history
  • Loading branch information
1092384 committed Dec 22, 2024
1 parent c651e65 commit b48644a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
11 changes: 7 additions & 4 deletions app/(wiki)/weapons/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,13 @@ export default function WeaponsPage() {
)}
className="my-4"
>
<TableWithHeader
header={["Gun", "DPS", "Obstacle DPS"]}
content={[...dpsList]}
/>
<div className="mt-4">
<TableWithHeader
header={["Gun", "DPS", "Obstacle DPS"]}
content={[...dpsList]}
/>
</div>

</Collapsible>

</main>
Expand Down
6 changes: 0 additions & 6 deletions lib/util/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ export const wikiPages: SearchItem[] = [
url: "/meta/developing",
description: "Guidelines for developing for the wiki",
image: `${IMAGE_BASE_URL}/game/shared/emotes/picasso_face.svg`
},
{
name: "Credits",
url: "/credits",
description: "Game and Wiki Credits",
image: `${IMAGE_BASE_URL}/game/shared/emotes/partying_face.svg`
}
];

Expand Down

0 comments on commit b48644a

Please sign in to comment.