Skip to content

Commit

Permalink
update:change nav icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dennislee928 committed May 23, 2024
1 parent 8fb8c4a commit 763a909
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added frontpage2/assets/CROSS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontpage2/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<div class="mickey-icon" @click="toggleNavbar">
<!-- Mickey Mouse icon (can be an image or an icon library element) -->
<img src="../assets/mickey.png" alt="Menu Icon" />
<img src="../assets/CROSS.png" alt="Menu Icon" />
</div>
<div :class="['navbar', { open: isOpen }]">
<div class="close-icon" @click="toggleNavbar">X</div>
Expand Down

0 comments on commit 763a909

Please sign in to comment.