From 97ea2307acfe64ee4afb903496066aa35fe7b6a2 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:36:47 +0100 Subject: [PATCH] Update index.tsx (#1576) --- apps/web/src/components/NeymarFrame/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/NeymarFrame/index.tsx b/apps/web/src/components/NeymarFrame/index.tsx index eda5ea92bfe..1bf5b996968 100644 --- a/apps/web/src/components/NeymarFrame/index.tsx +++ b/apps/web/src/components/NeymarFrame/index.tsx @@ -1,7 +1,7 @@ import ImageWithLoading from 'apps/web/src/components/ImageWithLoading'; import { NeynarFrame } from 'apps/web/src/utils/frames'; -// Frame displayed from Neymar API data +// Frame displayed from Neynar API data // No buttons or interactions for now, just a link to the frame source export default function NeymarFrame({ frame }: { hash: string; frame: NeynarFrame }) { return (