Skip to content

Commit

Permalink
import svg url
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Jul 1, 2024
1 parent d8dbc9a commit e7e07a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const appVersion: string = pkg.version;
<header>
<DarkModeVue class="darkmode-button" :hiddenLabel="true" />
<a class="logo" href="https://github.com/criar-art/vue-techs-logos" target="_blank">
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="80" height="80" />
<img alt="Vue logo" class="logo" src="./assets/logo.svg?url" width="80" height="80" />
<h1>{{ `vue-techs-logos@${appVersion}` }}</h1>
</a href="">
</header>
Expand Down

0 comments on commit e7e07a5

Please sign in to comment.