We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7bbeb commit e99c5a1Copy full SHA for e99c5a1
1 file changed
components/landing-page/Explore.tsx
@@ -210,7 +210,9 @@ export default function Explore() {
210
211
{/* Footer */}
212
<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>
+ <Link href='/projects'>
214
+ <p className='font-medium underline'>View More Opportunities</p>
215
+ </Link>
216
<ArrowRight className='h-3 w-3' />
217
</div>
218
0 commit comments