From 7d1a1bbe4d111c6225a7f17b6f0ce009a796e860 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Fri, 15 Jul 2022 17:35:18 +0200 Subject: [PATCH] Refactor component name and class names --- .../src/components/book-navigation/ContentNavigation.vue | 6 +++--- .../{BookTopicNavigation.vue => TopicNavigation.vue} | 8 ++++---- client/src/pages/topic-page.vue | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) rename client/src/components/book-navigation/{BookTopicNavigation.vue => TopicNavigation.vue} (82%) diff --git a/client/src/components/book-navigation/ContentNavigation.vue b/client/src/components/book-navigation/ContentNavigation.vue index c8362b54..0b3f57c3 100644 --- a/client/src/components/book-navigation/ContentNavigation.vue +++ b/client/src/components/book-navigation/ContentNavigation.vue @@ -15,7 +15,7 @@ {{ $flavor.textTopics }} - @@ -97,7 +97,7 @@