Skip to content

Commit 5ec0882

Browse files
committed
fix: in person visit count
1 parent a7936fe commit 5ec0882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-[84%] rounded-full bg-blue-600'
265+
className='absolute inset-0 max-w-[85%] 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,350+</span>
271+
<span className='block text-xl font-bold'>3,390+</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>

src/styles/globals.css

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

188188
.completed-study-text {
189189
position: absolute;
190-
left: calc(83% - 12px);
190+
left: calc(85% - 12px);
191191
z-index: 4;
192192
width: 150px;
193193
bottom: 85px;

0 commit comments

Comments
 (0)