Skip to content

Commit

Permalink
fix: logo url (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZonaHex authored Dec 28, 2023
1 parent 16d6f29 commit 5970945
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
Binary file added src/assets/images/logo-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions src/assets/images/logo-text.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/navbar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
a-layout.navbar
a-layout-header
.logo-space
img.logo-text-img(alt="logo" src="/src/assets/images/logo-text.svg")
img.logo-text-img(alt="logo" src="/src/assets/images/logo-text.png")
a-layout-content
.new-query
a-button(type="primary" @click="openQuery")
Expand Down

0 comments on commit 5970945

Please sign in to comment.