diff --git a/frontend/src/components/Slingshot.tsx b/frontend/src/components/Slingshot.tsx index f6d6115..0a945ca 100644 --- a/frontend/src/components/Slingshot.tsx +++ b/frontend/src/components/Slingshot.tsx @@ -5,7 +5,7 @@ export type Ammo = { content_type: string; title: string; date: string; - url: string; + content: string; };