Skip to content

Commit

Permalink
Update navbar github item (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiboux authored Nov 8, 2024
1 parent f5f2bbd commit a207de3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app/src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ const navbarplus = yaml.load(navbarplusYml) as any
</div>
<div class="navbar-nav">
<a class="nav-item nav-link" href={githubRepositoryUrl || '#'}>
<span class="icon icon-[fa6-solid--code-branch] icon-fw"></span>
Github
<span class="icon icon-[fa-brands--github] icon-fw"></span>
</a>
<div class="nav-item dropdown">
<a href="#" class:list={[
Expand Down

0 comments on commit a207de3

Please sign in to comment.