Small fixes

This commit is contained in:
Senad Uka
2023-07-06 07:04:38 +02:00
parent 458b45e158
commit 6c926648b7

View File

@@ -14,7 +14,7 @@
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script>
</head>
<body>
<header class="bg-white">
<header class="bg-white mb-3">
<div
class="mx-auto flex h-16 max-w-screen-xl items-center gap-8 px-4 sm:px-6 lg:px-8"
>
@@ -45,7 +45,7 @@
{% endblock %}
<footer class="text-center text-gray-500 text-xs">
<p>&copy; 2023 Saburly DOO, Hakije Turajlica 2, 7100 Sarajevo. Bosnia and Herzegovina. All rights reserved.</p>
<p>&copy; 2023 <a href="https://www.saburly.com">Saburly DOO </a>, Hakije Turajlica 2, 7100 Sarajevo. Bosnia and Herzegovina. All rights reserved.</p>
</footer>
</body>
</html>