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 42a84c3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog/unreleased/use-correct-logo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Change: Use correct logo

We've changed the ownCloud logo which is used in the default theme.
The previous logo had an incorrect font-weight.

https://github.com/owncloud/owncloud-design-system/issues/786
https://github.com/owncloud/phoenix/pull/3604
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 42a84c3

Please sign in to comment.