Skip to content

Commit

Permalink
Add GitHub icon
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Jan 23, 2024
1 parent 91c1c86 commit 145925b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/DatabaseGpt.Web/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
<a class="navbar-brand" asp-page="/Index">
<img class="d-inline-block align-middle" src="~/favicon-32x32.png" alt="@environment.ApplicationName">
@environment.ApplicationName
</a>
</a>
<div class="d-flex flex-row order-2 order-sm-3">
<a class="nav-link nav-link-bottom ps-3" title="GitHub" href="https://github.com/marcominerva/DatabaseGPT" target="_blank" style="font-size: 2rem;"><i class="bi bi-github"></i></a>
</div>
</div>
</nav>
</header>
Expand Down

0 comments on commit 145925b

Please sign in to comment.