Logo version changed, replaced with white font

This commit is contained in:
ogerly 2021-11-27 11:06:45 +01:00
parent 33b001f056
commit 392993b415

View File

@ -34,7 +34,7 @@ export default {
name: 'navbar',
data() {
return {
logo: 'img/brand/green.png',
logo: 'img/brand/gradido_logo_w.png',
}
},
methods: {
@ -67,5 +67,6 @@ export default {
<style>
.navbar-brand-img {
height: 2rem;
padding-left: 10px;
}
</style>