Rename component
This commit is contained in:
parent
45a102c73a
commit
bd24eace63
|
|
@ -6,7 +6,7 @@ import { getMediaCenterUrl } from "@/utils/utils";
|
|||
import log from "loglevel";
|
||||
import { computed, onMounted } from "vue";
|
||||
import CourseSessionNavigation from "./CourseSessionNavigation.vue";
|
||||
import DefaultNavigation from "./DefaultNavigation.vue";
|
||||
import HomeNavigation from "./HomeNavigation.vue";
|
||||
import MobileMenuButton from "./MobileMenuButton.vue";
|
||||
import NotificationButton from "./NotificationButton.vue";
|
||||
import ProfileMenuButton from "./ProfileMenuButton.vue";
|
||||
|
|
@ -42,10 +42,7 @@ onMounted(() => {
|
|||
<div class="relative flex h-16 justify-between">
|
||||
<MobileMenuButton />
|
||||
<div class="flex flex-1 items-stretch justify-start">
|
||||
<DefaultNavigation />
|
||||
|
||||
<!-- Satisfy the type checker; these menu items are
|
||||
only relevant if there is a current course session -->
|
||||
<HomeNavigation />
|
||||
<CourseSessionNavigation />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue