Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/sections/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ export const Footer = () => {
<a href="#" className="text-white/70 hover:text-white text-xs sm:text-sm transition">
Blog
</a>
<a href="#" className="text-white/70 hover:text-white text-xs sm:text-sm transition">
Github
<a
href="https://github.com/DjedAlliance/StablePay-LandingPage"
target="_blank"
rel="noreferrer"
className="text-white/70 hover:text-white text-xs sm:text-sm transition"
>
GitHub
</a>
Comment thread
coderabbitai[bot] marked this conversation as resolved.
</nav>
<div className="flex gap-4 sm:gap-5 justify-center w-full sm:w-auto lg:flex-1 lg:justify-end">
Expand Down