[CLEAR-34] Fix header
This commit is contained in:
parent
84092c94dd
commit
1624011258
@ -11,19 +11,25 @@
|
||||
</NuxtLink>
|
||||
</Col>
|
||||
<Col span="8" offset="8">
|
||||
<div v-if="!$auth.loggedIn" style="position: relative; float: right">
|
||||
<div v-if="!$auth.loggedIn">
|
||||
<Row style="margin-bottom: 10px;">
|
||||
<Col span="12" style="text-align: right; padding-left: 23%">
|
||||
<NuxtLink to="/login">
|
||||
<MenuItem name="login">
|
||||
<Icon type="ios-log-in" size="20"/>
|
||||
Zaloguj
|
||||
</MenuItem>
|
||||
</NuxtLink>
|
||||
</Col>
|
||||
<Col span="12">
|
||||
<NuxtLink to="/register">
|
||||
<MenuItem name="register">
|
||||
<Icon type="ios-person-add" size="20"/>
|
||||
Zarejestruj
|
||||
</MenuItem>
|
||||
</NuxtLink>
|
||||
</Col>
|
||||
</Row>
|
||||
</div>
|
||||
<div v-else>
|
||||
<Row style="margin-bottom: 10px;">
|
||||
|
@ -27,7 +27,7 @@
|
||||
key: 'carbohydrates'
|
||||
},
|
||||
{
|
||||
title: 'Białk (g)',
|
||||
title: 'Białka (g)',
|
||||
key: 'protein'
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user