Skip to content

Commit b71cc44

Browse files
Updated logo.
1 parent 300f42b commit b71cc44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/KristofferStrube.Blazor.SVGEditor.WasmExample/Pages/IconMaker.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected void InputHasBeenRendered()
2020
public async Task Copy()
2121
{
2222
string SVG = $"""
23-
<svg class="bi" width="30" height="30" viewBox="0 0 16 16">
23+
<svg class="bi" viewBox="0 0 16 16">
2424
{Input}
2525
</svg>
2626
""";

samples/KristofferStrube.Blazor.SVGEditor.WasmExample/Shared/NavMenu.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</li>
4040
<li class="nav-item px-3">
4141
<NavLink class="nav-link" href="IconMaker">
42-
<svg class="bi" width="30" height="30" viewBox="0 0 16 16">
43-
<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>
42+
<svg class="bi" viewBox="0 0 16 16">
43+
<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>
4444
</svg>
4545
Icon Maker
4646
</NavLink>

0 commit comments

Comments
 (0)