diff --git a/package-lock.json b/package-lock.json index 2c36b50c5..09d112c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17041,8 +17041,9 @@ } }, "node_modules/lottie-web": { - "version": "5.11.0", - "license": "MIT" + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.12.2.tgz", + "integrity": "sha512-uvhvYPC8kGPjXT3MyKMrL3JitEAmDMp30lVkuq/590Mw9ok6pWcFCwXJveo0t5uqYw1UREQHofD+jVpdjBv8wg==" }, "node_modules/lower-case": { "version": "1.1.4", @@ -36854,7 +36855,9 @@ "optional": true }, "lottie-web": { - "version": "5.11.0" + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.12.2.tgz", + "integrity": "sha512-uvhvYPC8kGPjXT3MyKMrL3JitEAmDMp30lVkuq/590Mw9ok6pWcFCwXJveo0t5uqYw1UREQHofD+jVpdjBv8wg==" }, "lower-case": { "version": "1.1.4", diff --git a/src/app/common/header/unit-dropdown/unit-dropdown.component.html b/src/app/common/header/unit-dropdown/unit-dropdown.component.html index c6d5097e4..9b0de209a 100644 --- a/src/app/common/header/unit-dropdown/unit-dropdown.component.html +++ b/src/app/common/header/unit-dropdown/unit-dropdown.component.html @@ -1,72 +1,82 @@
@if (unit) { -
- {{ unit?.code }} - {{ menuState.menuOpen ? 'arrow_drop_up' : 'arrow_drop_down' }} -
- } @if (!unit) { - - - +
+ } + @if (!unit) { + } @if (media.isActive('xs')) { - - } @if (media.isActive('xs')) { - + + } + @if (media.isActive('xs')) { + }
Units you teach
- @for (unitRole of unitRoles; track unitRole) { @if (!unitRole.unit.teachingPeriod || - unitRole.unit.teachingPeriod?.active) { -
-
-
{{ unitRole.unit.name }}
-
- - {{ unitRole.unit.code }} - -
-
- } } + @for (unitRole of unitRoles; track unitRole) { + @if (!unitRole.unit.teachingPeriod || unitRole.unit.teachingPeriod?.active) { +
+
+
{{ unitRole.unit.name }}
+
+ + {{ unitRole.unit.code }} + +
+
+ } + }
Units You Study
- @for (project of projects; track project) { @if (!project.unit.teachingPeriod || project.unit.teachingPeriod.active) { - - } } + @for (project of projects; track project) { + @if (!project.unit.teachingPeriod || project.unit.teachingPeriod.active) { + + } + }
diff --git a/src/app/common/hero-sidebar/hero-sidebar.component.html b/src/app/common/hero-sidebar/hero-sidebar.component.html index 6578781ae..8136d0673 100644 --- a/src/app/common/hero-sidebar/hero-sidebar.component.html +++ b/src/app/common/hero-sidebar/hero-sidebar.component.html @@ -1,12 +1,12 @@ -
+
-
+
Homepage Logo

{{ externalName.value }}

Manage your learning, with feedback you'll want to receive.

-
-
+
+
diff --git a/src/app/common/user-badge/user-badge.component.html b/src/app/common/user-badge/user-badge.component.html index 4aec1e08a..548f6e348 100644 --- a/src/app/common/user-badge/user-badge.component.html +++ b/src/app/common/user-badge/user-badge.component.html @@ -1,4 +1,4 @@ -
+