style(theme-2): replace gold components and colors with blue-white scheme on desktop
This commit is contained in:
@@ -42,7 +42,6 @@ const isDetailPage = computed(() => {
|
||||
);
|
||||
});
|
||||
|
||||
const showHeader = computed(() => !isDetailPage.value);
|
||||
const showHeader = computed(() => !isDetailPage.value);
|
||||
const showAnnouncement = computed(
|
||||
() => !isDetailPage.value && !route.path.startsWith('/profile') && !route.path.startsWith('/announcements'),
|
||||
|
||||
Reference in New Issue
Block a user