From 13ac3b685e43834fe4548c119ca483a01037f514 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 10 Sep 2024 07:44:08 +0200 Subject: [PATCH] move past shows link to footer --- app/components/Layout/index.tsx | 7 ++++++- app/routes/_index/route.tsx | 3 --- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/components/Layout/index.tsx b/app/components/Layout/index.tsx index c845107..ef4387e 100644 --- a/app/components/Layout/index.tsx +++ b/app/components/Layout/index.tsx @@ -12,7 +12,12 @@ export const Layout: React.FC = ({ type, children, ...props }) => {
{children}
{!props.noFooter && (
- legal notice + + legal notice + + + past shows +
)} diff --git a/app/routes/_index/route.tsx b/app/routes/_index/route.tsx index c0068b1..d67e838 100644 --- a/app/routes/_index/route.tsx +++ b/app/routes/_index/route.tsx @@ -199,9 +199,6 @@ export default function Index() { faq - - past shows - songbook