Skip to content

Commit

Permalink
Merge pull request #22 from V-prajit/main
Browse files Browse the repository at this point in the history
Fixed Footer links
  • Loading branch information
atiqurx authored Sep 9, 2024
2 parents 1da08c4 + 2c99236 commit dbfd5ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ const Footer = () => {
<h2 className="text-lg font-bold mb-3">sections</h2>
<ul className="space-y-2">
<li>
<a href="#" className="hover:text-white">
<a href="/about" className="hover:text-white">
about
</a>
</li>
<li>
<a href="#" className="hover:text-white">
<a href="/officers" className="hover:text-white">
officers
</a>
</li>
Expand Down Expand Up @@ -61,31 +61,31 @@ const Footer = () => {
<h2 className="text-lg font-bold mb-3">connect with us</h2>
<div className="flex space-x-4">
<a
href="#"
href="https://github.com/acmuta"
target="_blank"
rel="noopener noreferrer"
className="text-white"
>
<FontAwesomeIcon icon={faGithub} className="h-6 w-6" />
</a>
<a
href="#"
href="https://discord.gg/WFng29qkR5"
target="_blank"
rel="noopener noreferrer"
className="text-white"
>
<FontAwesomeIcon icon={faDiscord} className="h-6 w-6" />
</a>
<a
href="#"
href="https://www.instagram.com/acmuta/"
target="_blank"
rel="noopener noreferrer"
className="text-white"
>
<FontAwesomeIcon icon={faInstagram} className="h-6 w-6" />
</a>
<a
href="#"
href="https://www.linkedin.com/company/acmuta/"
target="_blank"
rel="noopener noreferrer"
className="text-white"
Expand Down

0 comments on commit dbfd5ca

Please sign in to comment.