bugfixes
This commit is contained in:
parent
4885ffa214
commit
d4f1231e06
3 changed files with 8 additions and 9 deletions
|
|
@ -57,10 +57,10 @@
|
|||
</nav>
|
||||
|
||||
<div class="reference">
|
||||
<div routerLink="privacy-policy">
|
||||
<p routerLink="privacy-policy">
|
||||
{{ "sidebar.privacyPolicy" | translate }}
|
||||
</div>
|
||||
<div routerLink="imprint">{{ "sidebar.legalNotice" | translate }}</div>
|
||||
<div (click)="logout()">{{ "sidebar.logout" | translate }}</div>
|
||||
</p>
|
||||
<p routerLink="imprint">{{ "sidebar.legalNotice" | translate }}</p>
|
||||
<p (click)="logout()">{{ "sidebar.logout" | translate }}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -58,15 +58,14 @@ nav {
|
|||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin-bottom: 30px;
|
||||
div {
|
||||
width: 216px;
|
||||
p {
|
||||
width: fit-content;
|
||||
padding: 8px;
|
||||
margin: 12px 0;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
color: var(--light-gray);
|
||||
padding-top: 2vh;
|
||||
padding-bottom: 2vh;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
color: var(--light-blue);
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
},
|
||||
"navbar": {
|
||||
"privacyPolicy": "Datenschutzerklärung",
|
||||
"legalNotice": "Rechtlicher Hinweis",
|
||||
"legalNotice": "Rechtliche Hinweise",
|
||||
"logout": "Abmelden",
|
||||
"english": "Englisch",
|
||||
"german": "Deutsch"
|
||||
|
|
|
|||
Loading…
Reference in a new issue