Skip to content

Commit b2e543f

Browse files
committed
fix: in person visits
1 parent 84151c6 commit b2e543f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,13 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
262262

263263
<motion.div
264264
variants={WidthFramerItem}
265-
className='absolute inset-0 max-w-[83%] rounded-full bg-blue-600'
265+
className='absolute inset-0 max-w-[84%] rounded-full bg-blue-600'
266266
/>
267267
<motion.div
268268
variants={FadeFramerItem}
269269
className='completed-study-text'
270270
>
271-
<span className='block text-xl font-bold'>3,345+</span>
271+
<span className='block text-xl font-bold'>3,350+</span>
272272
<span className='max-w-[180px] text-[16px] font-normal max-md:max-w-[140px]'>
273273
participants completed in-person study visit
274274
</span>

0 commit comments

Comments
 (0)