Skip to content

Commit

Permalink
Update Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kn4ihp authored Jul 26, 2024
1 parent ef6d122 commit 9cea5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Footer = () => {
<div className="flex flex-col justify-start items-start gap-1 px-6">
<h3 className="text-lg font-bold text-gray-800">LINKS</h3>
<Link href="https://educationusa.state.gov" className="text-base text-gray-700">Scholarships Opportunities</Link>
<Link href="https://arxiv.org/abs/2310.20488" text-base text-gray-700">Papers</Link>
<Link href="https://arxiv.org/abs/2310.20488" className="text-base text-gray-700">Paper</Link>
<Link href="/highlights" className="text-base text-gray-700">Student Higlights</Link>
</div>
</div>
Expand Down

0 comments on commit 9cea5e2

Please sign in to comment.