diff --git a/client/src/components/BookSidebar.vue b/client/src/components/BookSidebar.vue index 8db505fa..ddee0482 100644 --- a/client/src/components/BookSidebar.vue +++ b/client/src/components/BookSidebar.vue @@ -1,11 +1,15 @@ - @@ -15,17 +19,48 @@ data: () => { return { topics: [ - {id: 1, title: 'Berufliche Grundbildung'}, + {id: 1, title: 'Berufliche Grundbildung', active: true}, {id: 2, title: 'Geld und Kauf'}, - {id: 3, title: 'Geld und Kauf'}, - {id: 4, title: 'Geld und Kauf'}, - {id: 5, title: 'Kauf und Geld'}, - {id: 6, title: 'Geld und Kauf'}, - {id: 7, title: 'Geld und Kauf'}, - {id: 8, title: 'Geld und Kauf'}, - {id: 9, title: 'Geld und Kauf'} + {id: 3, title: 'Risiko und Sicherheit'}, + {id: 4, title: 'Demokratie und Mitgestaltung'}, + {id: 5, title: 'Kultur und Kunst'}, + {id: 6, title: 'Die Schweiz in Europa und der Welt'}, + {id: 7, title: 'Markt und Konsum'}, + {id: 8, title: 'Globale Herausforderungen'}, + {id: 9, title: 'Wohnen und Zusammenleben'}, + {id: 10, title: 'Arbeit und Zukunft'}, + {id: 11, title: 'Grundsätzliches zum Recht'} ] } } } + + diff --git a/client/src/components/TopNavigation.vue b/client/src/components/TopNavigation.vue index e933fa11..7106e6ee 100644 --- a/client/src/components/TopNavigation.vue +++ b/client/src/components/TopNavigation.vue @@ -1,6 +1,6 @@ diff --git a/client/src/components/modules/ModuleTeaser.vue b/client/src/components/modules/ModuleTeaser.vue index 87b03456..9173ac62 100644 --- a/client/src/components/modules/ModuleTeaser.vue +++ b/client/src/components/modules/ModuleTeaser.vue @@ -1,15 +1,18 @@ - + diff --git a/client/src/pages/topic.vue b/client/src/pages/topic.vue index b8cd50ad..e241ce1c 100644 --- a/client/src/pages/topic.vue +++ b/client/src/pages/topic.vue @@ -8,10 +8,7 @@ das Zusammenleben und Zusammenarbeiten.