Skip to content

Commit

Permalink
Change href to routerLink for accueil
Browse files Browse the repository at this point in the history
  • Loading branch information
FazCodeFR committed Feb 2, 2024
1 parent eda22f8 commit d46a110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div class="hidden justify-between items-center w-full lg:flex lg:w-auto lg:order-1" id="mobile-menu-2">
<ul class="flex flex-col mt-4 font-medium lg:flex-row lg:space-x-8 lg:mt-0">
<li>
<a href="#"
<a routerLink="/"
class="block py-2 pr-4 pl-3 text-gray-700 border-b-2 border-orange-500 border-opacity-0 hover:text-orange-500 hover:border-opacity-100 duration-200 cursor-pointer lg:hover:bg-transparent lg:border-b-2
lg:hover:text-orange-500 dark:border-b-2 dark:text-white dark:border-orange-500 dark:border-opacity-0 dark:hover:text-orange-500 dark:hover:border-opacity-100 lg:dark:hover:text-orange-500 lg:dark:hover:bg-transparent">Accueil</a>
</li>
Expand Down

0 comments on commit d46a110

Please sign in to comment.