Skip to content

Commit

Permalink
logo updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Sep 20, 2023
1 parent f11b28d commit 094973e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/navbars/NavbarDesktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar navbar-expand-lg navbar-bg-custom">
<div class="container-fluid mx-3">
<NuxtLink class="navbar-brand" to="/">
<img src="/img/logo.png" alt="Chat logo" height="24">
<img src="/img/logo.svg" alt="Chat logo" height="30">
</NuxtLink>

<ul class="navbar-nav justify-content-end flex-grow-1">
Expand Down
2 changes: 1 addition & 1 deletion components/navbars/NavbarMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</button>

<NuxtLink class="navbar-brand mx-auto" to="/">
<img src="/img/logo.png" alt="Chat logo" height="24">
<img src="/img/logo.svg" alt="Chat logo" height="30">
</NuxtLink>

<button @click="toggleRightSidebar" class="nav-item btn navbar-toggler nav-btn-right" type="button">
Expand Down
Loading

0 comments on commit 094973e

Please sign in to comment.