From bdc86b8272f82b53fed05ed6d7641578cabd9533 Mon Sep 17 00:00:00 2001 From: ClientCrash Date: Sat, 25 Sep 2021 17:29:18 +0200 Subject: [PATCH 1/2] added message of the day component and read more button --- components/MessageOfTheDay.vue | 41 ++++++++++++++++++++++++++++++++++ components/NavigationBar.vue | 4 +++- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 components/MessageOfTheDay.vue diff --git a/components/MessageOfTheDay.vue b/components/MessageOfTheDay.vue new file mode 100644 index 00000000..7dfae8d7 --- /dev/null +++ b/components/MessageOfTheDay.vue @@ -0,0 +1,41 @@ + + + + diff --git a/components/NavigationBar.vue b/components/NavigationBar.vue index 172d5349..ebd28161 100644 --- a/components/NavigationBar.vue +++ b/components/NavigationBar.vue @@ -57,17 +57,19 @@ +