Skip to content

Commit

Permalink
In my account -> in my library
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Nov 16, 2020
1 parent 5ed46c1 commit f0048d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/src/app/menu/menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
<a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a>
</div>

<div *ngIf="isLoggedIn" class="in-my-account">
<div i18n class="block-title">IN MY ACCOUNT</div>
<div *ngIf="isLoggedIn" class="in-my-library">
<div i18n class="block-title">IN MY LIBRARY</div>

<a *ngIf="user.canSeeVideosLink" routerLink="/my-library/videos" routerLinkActive="active">
<my-global-icon iconName="videos" aria-hidden="true"></my-global-icon>
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/menu/menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ menu {
}
}

.in-my-account,
.in-my-library,
.on-instance,
.footer-block {
margin-bottom: 15px;
Expand Down

0 comments on commit f0048d5

Please sign in to comment.