Skip to content

Commit

Permalink
Updated navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
dahln committed Nov 1, 2023
1 parent ddaa478 commit 01afb2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="/logo-name-only.svg" alt="Logo" height="35" class="d-inline-block align-text-top">
Guid Generator
</a>
<a href="https://github.com/shadowlings/GuidGenerator" target="_blank">
<a href="https://github.com/dahln/GuidGenerator" target="_blank">
<i class="fa-brands fa-github float-end fa-2x me-2"></i>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Shadowlings</title>
<title>Guid Generator</title>
<base href="/" />
<link href="site.css" rel="stylesheet" />
<link href="manifest.json" rel="manifest" />
Expand Down
1 change: 0 additions & 1 deletion wwwroot/logo-name-only.svg

This file was deleted.

0 comments on commit 01afb2f

Please sign in to comment.