From cf57b86535cfbfbedc158d53acdf710135c12ad6 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Fri, 2 Jul 2021 16:31:26 +0200 Subject: [PATCH] Remove TaC link in footer --- src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 62edcfe..44bf228 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,10 +54,10 @@ import NavigationMenu from "./components/NavigationMenu.vue" const FOOTER_LINKS = [ - { - labelKey: "footer.tac", - to: "/terms-and-conditions" - }, + // { + // labelKey: "footer.tac", + // to: "/terms-and-conditions" + // }, { labelKey: "footer.legal", to: "/legal-notice"