log101-dot-dev/src/components/Footer.astro
log101 9f20921275
All checks were successful
/ Build (push) Successful in 29s
style: replace styles with tailwind classes
2024-05-16 14:14:54 +03:00

9 lines
183 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
---
<div class="flex flex-row items-center gap-2 text-gray-500 text-sm">
<p class="copyright">© 2024 Furkan Erdem</p>
<a class="text-inherit" href="#">Hakkımda</a>
</div>