We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84151c6 commit b2e543fCopy full SHA for b2e543f
src/pages/index.tsx
@@ -262,13 +262,13 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
262
263
<motion.div
264
variants={WidthFramerItem}
265
- className='absolute inset-0 max-w-[83%] rounded-full bg-blue-600'
+ className='absolute inset-0 max-w-[84%] rounded-full bg-blue-600'
266
/>
267
268
variants={FadeFramerItem}
269
className='completed-study-text'
270
>
271
- <span className='block text-xl font-bold'>3,345+</span>
+ <span className='block text-xl font-bold'>3,350+</span>
272
<span className='max-w-[180px] text-[16px] font-normal max-md:max-w-[140px]'>
273
participants completed in-person study visit
274
</span>
0 commit comments