mirror of
https://github.com/lukasabbe/skin-pack-website.git
synced 2026-04-30 10:50:52 +00:00
Fix footer
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
class="flex items-center justify-center gap-4 text-sm font-medium text-gray-600 dark:text-gray-400"
|
class="flex items-center justify-center gap-4 text-sm font-medium text-gray-600 dark:text-gray-400"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/your-username"
|
href="https://github.com/lukasabbe"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="hover:text-blue-600 dark:hover:text-blue-400"
|
class="hover:text-blue-600 dark:hover:text-blue-400"
|
||||||
>
|
>
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<span>•</span>
|
<span>•</span>
|
||||||
<a
|
<a
|
||||||
href="https://yourwebsite.com"
|
href="https://lukasabbe.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="hover:text-blue-600 dark:hover:text-blue-400"
|
class="hover:text-blue-600 dark:hover:text-blue-400"
|
||||||
>
|
>
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-2 text-xs text-gray-500 dark:text-gray-500">
|
<p class="mt-2 text-xs text-gray-500 dark:text-gray-500">
|
||||||
© {new Date().getFullYear()} Lukasabbe. All rights reserved.
|
© {new Date().getFullYear()} Lukas HB. All rights reserved.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user