diff --git a/src/components/WeaponInfo.tsx b/src/components/WeaponInfo.tsx index 06c0f66..c6fed01 100644 --- a/src/components/WeaponInfo.tsx +++ b/src/components/WeaponInfo.tsx @@ -182,7 +182,7 @@ export default function WeaponInfo({ key={selectedWeapon.weapon_id} className="flex flex-col gap-4 bg-grey-dark bordered relative p-4" > - {selectedWeapon.weapon_story_link.map((story) => ( + {selectedWeapon.weapon_story_link.reverse().map((story) => (