Skip to content

Commit

Permalink
fix 109 moments
Browse files Browse the repository at this point in the history
  • Loading branch information
kenos1 committed Jan 12, 2024
1 parent 2cc8bc4 commit 94cc93b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/(wiki)/equipment/backpacks/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function BackpackPage() {
<Image
src={getSuroiImageLink(getSuroiItem(healing))}
alt={healing}
key={healing}
width={20}
height={20}
className="w-10 h-10"
Expand Down Expand Up @@ -64,6 +65,7 @@ export default function BackpackPage() {
<Image
src={getSuroiImageLink(getSuroiItem(ammo))}
alt={ammo}
key={ammo}
width={40}
height={40}
className="w-10 h-10"
Expand Down Expand Up @@ -103,6 +105,7 @@ export default function BackpackPage() {
<Image
src={getSuroiImageLink(getSuroiItem(throwable))}
alt={throwable}
key={throwable}
width={40}
height={40}
className="w-10 h-10"
Expand Down

0 comments on commit 94cc93b

Please sign in to comment.