Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 97ea230

Browse files
authored
Update index.tsx (#1576)
1 parent aeb23f3 commit 97ea230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/NeymarFrame/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ImageWithLoading from 'apps/web/src/components/ImageWithLoading';
22
import { NeynarFrame } from 'apps/web/src/utils/frames';
33

4-
// Frame displayed from Neymar API data
4+
// Frame displayed from Neynar API data
55
// No buttons or interactions for now, just a link to the frame source
66
export default function NeymarFrame({ frame }: { hash: string; frame: NeynarFrame }) {
77
return (

0 commit comments

Comments
 (0)