Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 6eac50f

Browse files
Change icon
1 parent a4aed70 commit 6eac50f

43 files changed

Lines changed: 6 additions & 145 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Home/Components/Navbar.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<nav>
33
<div class="navSquare noHover">
4-
<img id="monkey" src="/images/monkey.webp" alt="Monkey" class="@(Spinning ? "monkeySpin" : string.Empty)" @onclick="MonkeyOnClick" />
4+
<img id="monkey" src="/images/monkey.png" alt="Monkey" class="@(Spinning ? "monkeySpin" : string.Empty)" @onclick="MonkeyOnClick" />
55
</div>
66
<div class="navSquare @(SelectedNavButton == NavButton.Home ? "selected" : string.Empty)" id="homeButton">
77
<a @onclick="NavigateToHome">
-14.3 KB
Binary file not shown.
-1.27 KB
-30.8 KB
Binary file not shown.
-2.19 KB
Binary file not shown.
-3.35 KB
Binary file not shown.
57.2 KB
-5.74 KB
Binary file not shown.
-8.42 KB
Binary file not shown.
-12.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)