Skip to content

Commit e99c5a1

Browse files
committed
fix: layout fix
1 parent ef7bbeb commit e99c5a1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/landing-page/Explore.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ export default function Explore() {
210210

211211
{/* Footer */}
212212
<div className='mt-20 flex cursor-pointer items-center gap-1'>
213-
<Link href="/projects"><p className='font-medium underline'>View More Opportunities</p></Link>
213+
<Link href='/projects'>
214+
<p className='font-medium underline'>View More Opportunities</p>
215+
</Link>
214216
<ArrowRight className='h-3 w-3' />
215217
</div>
216218

0 commit comments

Comments
 (0)