Skip to content

Commit dad3837

Browse files
committed
fix: update Navbar component to hide favicon on smaller screens for improved responsiveness
1 parent 83c82aa commit dad3837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Navbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
: '/favicon-bright/android-chrome-192x192.png'
2323
"
2424
alt="favicon"
25-
class="mr-2"
25+
class="mr-2 hidden md:block"
2626
style="
2727
width: 24px;
2828
height: 24px;

0 commit comments

Comments
 (0)