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 e555253 commit 1fa7e81
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 @@ -19,7 +19,7 @@ const Footer = () => {
</div>
<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="/scholarships" className="text-base text-gray-700">Scholarships</Link>
<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="/highlights" className="text-base text-gray-700">Student Higlights</Link>
</div>
Expand Down

0 comments on commit 1fa7e81

Please sign in to comment.