You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
front/src/app/components/admin-footer/admin-footer.component.html

10 lines
462 B

<div class="fixed bottom-0 left-0 w-full bg-gray-900 dark:bg-gray-900 border-t border-gray-700 dark:border-gray-700">
<div class="container mx-auto px-4 py-2">
<div class="flex justify-center items-center">
<a href="https://administration.memorymap.fr" class="text-m text-gray-300 dark:text-gray-300 hover:text-white dark:hover:text-white transition-colors duration-200">
Accès panneau d'administration
</a>
</div>
</div>
</div>