Skip to content

Commit

Permalink
Updated logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Apr 1, 2024
1 parent 300f42b commit b71cc44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected void InputHasBeenRendered()
public async Task Copy()
{
string SVG = $"""
<svg class="bi" width="30" height="30" viewBox="0 0 16 16">
<svg class="bi" viewBox="0 0 16 16">
{Input}
</svg>
""";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
</li>
<li class="nav-item px-3">
<NavLink class="nav-link" href="IconMaker">
<svg class="bi" width="30" height="30" viewBox="0 0 16 16">
<polygon stroke="#FFFFFF" stroke-width="2" fill="none" points="2,6 6,6 8,2 10,6 14,6 11,9 12,14 8,11 4,14 5,9" stroke-linejoin="round"></polygon>
<svg class="bi" viewBox="0 0 16 16">
<polygon stroke="#FFFFFF" stroke-width="2" fill="none" points="2,6 6,6 8,2 10,6 14,6 11,9 12,13 8,11 4,13 5,9" stroke-linejoin="round"></polygon>
</svg>
Icon Maker
</NavLink>
Expand Down

0 comments on commit b71cc44

Please sign in to comment.