diff --git a/app/(wiki)/equipment/backpacks/page.tsx b/app/(wiki)/equipment/backpacks/page.tsx index 41ffa5f0..191c8c68 100644 --- a/app/(wiki)/equipment/backpacks/page.tsx +++ b/app/(wiki)/equipment/backpacks/page.tsx @@ -1,31 +1,114 @@ import PageCard from "@/components/cards/PageCard"; import GridTable from "@/components/tables/GridTable"; +import Image from "next/image"; +import Link from "@/components/links/Link"; import { getSuroiImageLink } from "@/lib/util/suroi"; import { Backpacks } from "@/vendor/suroi/common/src/definitions/backpacks"; - +import TableWithHeader from "@/components/tables/TableWithHeader"; export default function BackpackPage() { - return ( -
There are currently {Backpacks.definitions.length} backpacks in the game.
-Wearing backpacks allows you to carry more items, like healing items, ammo, and throwables.
- -+ There are currently {Backpacks.definitions.length} backpacks in the + game. +
++ Wearing backpacks allows you to carry more items, like healing items, + ammo, and throwables. +
+