Skip to content

Commit

Permalink
Merge pull request #62 from UTDNebula/link-update
Browse files Browse the repository at this point in the history
Link update
  • Loading branch information
KennethImphean authored Sep 4, 2024
2 parents 7f8b144 + b056ea0 commit 21340a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,18 @@ const Footer = () => {
>
Design Guide
</a>
<a
className={linkClasses}
href="https://nebula-labs.atlassian.net/wiki/x/0YD5AQ"
target="_blank"
>
Confluence
</a>
</div>
<div className="flex flex-col items-start gap-4 lg:ml-auto">
<a
className="mb-6 hover:scale-105 transition"
href="https://discord.gg/tcpcnfxmeQ"
href="https://discord.utdnebula.com/"
target="_blank"
>
<Image src={Discord} alt="discord" width="200" height="60" />
Expand Down

0 comments on commit 21340a2

Please sign in to comment.