Skip to content

Commit

Permalink
Update header link text for home page
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Oct 11, 2024
1 parent 96a2de6 commit 1fb54b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 id="headerTitle" class="header-title">RecyTech</h1>
<div class="header-separator"></div>
<div id="headerLinks" class="header-links">
<p id="headerLinkProduct" class="header-link" onclick="smoothScroll('headerLinkProduct', 'product')">Notre produit</p>
<p id="headerLinkAbout" class="header-link" onclick="smoothScroll('headerLinkAbout', 'about')">À propos</p>
<p id="headerLinkAbout" class="header-link" onclick="smoothScroll('headerLinkAbout', 'about')">Accueil</p>
<p id="headerLinkTeam" class="header-link" onclick="smoothScroll('headerLinkTeam', 'team')">Équipe</p>
<p id="headerLinkContact" class="header-link" onclick="smoothScroll('headerLinkContact', 'contact')">Contact</p>
</div>
Expand Down

0 comments on commit 1fb54b3

Please sign in to comment.