Skip to content

Commit 9dc27f0

Browse files
committed
fix: update in person participants count
1 parent 1c25e8a commit 9dc27f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,21 +254,21 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
254254
variants={FadeFramerItem}
255255
className='completed-consent-text w-full'
256256
>
257-
<span className='block text-xl font-bold'>4,920+</span>
257+
<span className='block text-xl font-bold'>5,000+</span>
258258
<span className='max-w-[200px] text-[16px] font-normal max-md:max-w-[130px]'>
259259
participants completed the consent process
260260
</span>
261261
</motion.div>
262262

263263
<motion.div
264264
variants={WidthFramerItem}
265-
className='absolute inset-0 max-w-[69%] rounded-full bg-blue-600'
265+
className='absolute inset-0 max-w-[72.5%] 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,570+</span>
271+
<span className='block text-xl font-bold'>3,605+</span>
272272
<span className='max-w-[200px] text-[16px] font-normal max-md:max-w-[140px]'>
273273
participants completed in-person study visit
274274
</span>

src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186

187187
.completed-study-text {
188188
position: absolute;
189-
left: calc(69% - 12px);
189+
left: calc(72% - 12px);
190190
z-index: 4;
191191
bottom: 85px;
192192
}

0 commit comments

Comments
 (0)