[Update] Footer

This commit is contained in:
Baghaztra 2025-10-23 09:57:40 +07:00
parent 3b618c6747
commit 63c85ce2c7
2 changed files with 5 additions and 7 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ Thumbs.db
# Docker - Database Backups (exclude backups from git)
/docker
deploy-kasir.sh

View File

@ -7,16 +7,13 @@
<!-- Center: Copyright -->
<div class="text-sm text-D font-medium text-center">
Abbauf Tech © 2025 Semua hak dilindungi
Abbauf Tech © 2025
</div>
<!-- Right: Social Icons -->
<div class="flex items-center gap-4 text-D mt-2 md:mt-0">
<a href="#" class="hover:text-sky-600"><i class="fab fa-facebook"></i></a>
<a href="#" class="hover:text-sky-600"><i class="fab fa-twitter"></i></a>
<a href="#" class="hover:text-sky-600"><i class="fab fa-instagram"></i></a>
<a href="#" class="hover:text-sky-600"><i class="fab fa-youtube"></i></a>
<a href="#" class="hover:text-sky-600"><i class="fab fa-vk"></i></a>
<a target="_blank" href="https://www.instagram.com/tokomas_jakartacitayam" class="hover:text-sky-600"><i class="fab fa-instagram"></i></a>
<a target="_blank" href="https://www.tiktok.com/@tokomas_jakartacitayam?_t=ZS-90mJTMGuStG&_r=1" class="hover:text-sky-600"><i class="fab fa-tiktok"></i></a>
</div>
</footer>
</template>