Skip to content

Commit

Permalink
Update index.tsx (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored Jan 17, 2025
1 parent aeb23f3 commit 97ea230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/NeymarFrame/index.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 97ea230

Please sign in to comment.