Skip to content

Commit ddcf92b

Browse files
fix: social links url
1 parent f01c6fa commit ddcf92b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/common/Footer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<footer class="py-8 px-6 bg-blue-500/30 backdrop-blur-xl border-t border-white/10 text-white">
22
<div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center">
33
<div class="flex space-x-6 mb-4 md:mb-0">
4-
<a href="#github" class="text-gray-300 hover:text-blue-400 transition-colors duration-300 text-lg">GitHub</a>
5-
<a href="#twitter" class="text-gray-300 hover:text-blue-400 transition-colors duration-300 text-lg">Twitter</a>
6-
<a href="#linkedin" class="text-gray-300 hover:text-blue-400 transition-colors duration-300 text-lg">LinkedIn</a>
4+
<a href="https://github.com/NitroVim" class="text-gray-300 hover:text-blue-400 transition-colors duration-300 text-lg">GitHub</a>
5+
<a href="https://x.com/usmonovdev" class="text-gray-300 hover:text-blue-400 transition-colors duration-300 text-lg">Twitter</a>
6+
<a href="https://www.linkedin.com/in/usmonovshohruxmirzo" class="text-gray-300 hover:text-blue-400 transition-colors duration-300 text-lg">LinkedIn</a>
77
</div>
88
<p class="text-gray-300 text-base">&copy; 2025 <b>Webbro Software.</b> All rights reserved.</p>
99
</div>

0 commit comments

Comments
 (0)