Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/app/curriculum/curriculum.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ <h1 class="accent flex items-center gap-2 mat-headline-4">
i18n-aria-label
aria-label="Unit library navigation"
[tabPanel]="tabPanel"
animationDuration="0ms"
>
<a mat-tab-link routerLink="/curriculum/public" [active]="isPublicRoute()">
{{ getPublicTabLabel() }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</span>
</button>
</ng-template>
<mat-tab-group mat-stretch-tabs="false">
<mat-tab-group mat-stretch-tabs="false" animationDuration="0ms">
<mat-tab label="My Units" i18n-label>
@if (projects.length == 0) {
<p i18n>You have no units</p>
Expand Down
2 changes: 1 addition & 1 deletion src/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -2656,7 +2656,7 @@
<source>Unit library navigation</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/curriculum/curriculum.component.html</context>
<context context-type="linenumber">34,37</context>
<context context-type="linenumber">34,36</context>
</context-group>
</trans-unit>
<trans-unit id="1326396148114021147" datatype="html">
Expand Down
Loading