Skip to content

Commit

Permalink
Merge pull request #43 from ECCdigital/fix/app-logo
Browse files Browse the repository at this point in the history
Fixed app logo size
  • Loading branch information
Marvin-Anders authored May 30, 2024
2 parents b93592f + 46698a2 commit 7f6bf5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
>
<v-app-bar-nav-icon @click.stop="drawer = !drawer"></v-app-bar-nav-icon>
<img
class="App-logo"
width="250"
alt="Smart City Süderbrarup"
alt="Smart City Booking"
src="@/assets/app-logo.png"
style="max-height: 50px; width: auto; max-width: 250px;"
/>
<v-spacer></v-spacer>
<span v-if="isProduction !== 'true'" class="font-weight-bold"
Expand Down

0 comments on commit 7f6bf5a

Please sign in to comment.