From 4229c873e2b92b5940c7396fbea4e15ea483fc7a Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Wed, 2 Oct 2019 16:30:19 +0100 Subject: [PATCH] Make link visible --- client/src/components/SharedLayout.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/components/SharedLayout.tsx b/client/src/components/SharedLayout.tsx index 17d131b2..4bdea02e 100644 --- a/client/src/components/SharedLayout.tsx +++ b/client/src/components/SharedLayout.tsx @@ -174,7 +174,12 @@ function SharedLayout({ title, noPad = false, children }: SharedLayoutProps) { {process.env.T_AND_C_URL ? ( {" "} - Terms and conditions + + Terms and conditions + ) : null}