Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
logo recolor
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya101master committed Sep 1, 2022
1 parent a0012b5 commit 9fadc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavbarDesktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
},
computed:{
logoItem(){
return `${process.env.VUE_APP_CDN}/app/logo/icon_512x512.png`;
return `${process.env.VUE_APP_CDN}/app/logo/logo_ff.svg`;
}
}
};
Expand Down

0 comments on commit 9fadc15

Please sign in to comment.