Skip to content

Commit

Permalink
chore: add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Dec 24, 2024
1 parent b3cc05b commit f40133b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions site/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,30 @@ function App() {
</section>
))}
</main>

<footer className="py-20 px-20 text-center text-gray-500 text-lg tracking-widest">
<span>
With ❤️ from{" "}
<a
target="_blank"
href="https://anubra266.dev"
rel="noreferrer"
className="text-gray-500 hover:text-gray-600 border-b border-cyan-400"
>
@anubra266
</a>
</span>
<div className="mt-4">
<a
href="https://github.com/anubra266/zag-scrollspy/"
target="_blank"
rel="noreferrer"
className="text-gray-500 hover:text-gray-600 border-b border-cyan-400 px-1"
>
GitHub
</a>
</div>
</footer>
</div>
);
}
Expand Down

0 comments on commit f40133b

Please sign in to comment.