Skip to content

Commit 5757829

Browse files
committed
20250725152057
1 parent 5e5ac66 commit 5757829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProjectItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const ProjectItem = ({ cssClasses, project }: { cssClasses: string, project: Pro
4848
<div onClick={() => setOpen(true)} className='cursor-pointer'>
4949
<div className='relative inline-block group mb-[0.3125rem]'>
5050
<div className='absolute left-0 bottom-[-0.3125rem] w-[50%] h-[0.0625rem] bg-white group-hover:w-full transition-all duration-300'></div>
51-
<span className='font-primary font-normal text-[0.9375rem] text-secondary-500 tracking-widest uppercase'>Take a Look</span>
51+
<span className='font-primary font-normal text-[0.9375rem] text-white lg:text-secondary-500 tracking-widest uppercase'>Take a Look</span>
5252
</div>
5353
</div>
5454
</div>
@@ -59,7 +59,7 @@ const ProjectItem = ({ cssClasses, project }: { cssClasses: string, project: Pro
5959
<div onClick={() => setOpen(true)} className='cursor-pointer'>
6060
<div className='relative inline-block group mb-[0.3125rem]'>
6161
<div className='absolute left-0 bottom-[-0.3125rem] w-[50%] h-[0.0625rem] bg-white group-hover:w-full transition-all duration-300'></div>
62-
<span className='font-primary font-normal text-[0.875rem] text-secondary-500 tracking-widest uppercase'>Take a Look</span>
62+
<span className='font-primary font-normal text-[0.875rem] text-white lg:text-secondary-500 tracking-widest uppercase'>Take a Look</span>
6363
</div>
6464
</div>
6565
</div>

0 commit comments

Comments
 (0)