Skip to content

Commit 84151c6

Browse files
committed
fix: typo
1 parent 90d135a commit 84151c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
262262

263263
<motion.div
264264
variants={WidthFramerItem}
265-
className='absolute inset-0 max-w-[84%] rounded-full bg-blue-600'
265+
className='absolute inset-0 max-w-[83%] rounded-full bg-blue-600'
266266
/>
267267
<motion.div
268268
variants={FadeFramerItem}

0 commit comments

Comments
 (0)