Skip to content
Snippets Groups Projects
Commit 18c68ba3 authored by Ingrid Martinsheimen Egge's avatar Ingrid Martinsheimen Egge :cow2:
Browse files

oppdatert navbar

parent 3ec77a69
No related branches found
No related tags found
1 merge request!21Merge profilinnstillinger into main
......@@ -13,10 +13,8 @@
</RouterLink>
</li>
<li>
<RouterLink :to="'/'" :aria-label="'link to week menu page'">
<div id = "logoContainer" :style="{ width: logoSize, height: logoSize }" >
<img src="../components/icons/logo.png" alt="logo">
</div>
<RouterLink :to="'/'" :aria-label="'link to fridge page'">
<Icon icon="ic:baseline-calendar-month" :color="iconColor" :style="{ fontSize: logoSize }"/>
</RouterLink>
</li>
<li>
......@@ -49,8 +47,11 @@ export default {
return `32px`;
},
logoSize() {
return '52px';
return '45px';
},
logocolor() {
return '#00663C'
},
isLoggedIn(){
return useAuthStore().isLoggedIn;
}
......@@ -67,7 +68,7 @@ export default {
justify-content: center;
align-items:center;
}
#logoContainer img{
#logoContainer Icon{
width:70%;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment