From cecb50730271ecc5cadebab0085690b3b19725b4 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 31 Aug 2022 22:15:37 +0200 Subject: Fix some issues and start cleaning up stuff Signed-off-by: Carl Schwan --- src/components/Explore.vue | 58 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 55 insertions(+), 3 deletions(-) (limited to 'src/components/Explore.vue') diff --git a/src/components/Explore.vue b/src/components/Explore.vue index 562d72ae8..a491ca406 100644 --- a/src/components/Explore.vue +++ b/src/components/Explore.vue @@ -22,9 +22,12 @@ - + + {{ t("news", "Subscribe to {title}", {title: entry.title}) }} + @@ -76,3 +79,52 @@ export default { }, } + + -- cgit v1.2.3