From 2241723b7aaf27aba739d1ab5e513facb0aa7fc4 Mon Sep 17 00:00:00 2001 From: Settel Date: Sun, 18 Sep 2022 09:39:39 +0200 Subject: [PATCH] feat: add explaination box to CollectVotes (WIP) --- client/src/components/CollectQuotes.vue | 2 +- .../src/components/QuoteExplainationBox.vue | 56 ++++++++++++++++++- 2 files changed, 55 insertions(+), 3 deletions(-) diff --git a/client/src/components/CollectQuotes.vue b/client/src/components/CollectQuotes.vue index 2ef9526..18f24d3 100644 --- a/client/src/components/CollectQuotes.vue +++ b/client/src/components/CollectQuotes.vue @@ -38,7 +38,7 @@ const editEnd = () => { \ No newline at end of file