{props.ammo.title}
-
+ {props.ammo.date} -
+ -diff --git a/frontend/src/components/Slingshot.tsx b/frontend/src/components/Slingshot.tsx index 1ddee89..f6d6115 100644 --- a/frontend/src/components/Slingshot.tsx +++ b/frontend/src/components/Slingshot.tsx @@ -12,15 +12,15 @@ export type Ammo = { export default function Slingshot(props: { ammo: Ammo }) { return ( -
+ {props.ammo.date} -
+ -