Skip to content

Commit

Permalink
Use correct logo
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Jun 15, 2020
1 parent 934606e commit ec6cec8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phoenix.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
},
logoImage() {
return `/themes/${this.configuration.theme.name}/assets/logo.png`
return `/themes/${this.configuration.theme.name}/assets/logo.svg`
},
productName() {
Expand Down
Binary file removed themes/owncloud/assets/logo.png
Binary file not shown.
18 changes: 18 additions & 0 deletions themes/owncloud/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec6cec8

Please sign in to comment.