Rename learn pages to classroom

This commit is contained in:
Remi
2025-10-04 16:58:18 +02:00
committed by itsrubberduck
parent f91b16981a
commit 89beddab6a
3 changed files with 7711 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ watch(
}
);
const restrictedRoute = computed(() => route.path.startsWith('/learn') || route.path.startsWith('/pm'));
const restrictedRoute = computed(() => route.path.startsWith('/classroom') || route.path.startsWith('/pm'));
const showManageButton = computed(() => hasConsent.value && !isDialogVisible.value && !restrictedRoute.value);