From d3eca126fd1decf23ef048c0f3d675b5a73f78d0 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Sun, 15 Jan 2023 14:01:33 +0900 Subject: [PATCH 1/3] Ensuring the user can find the privacy and terms of service links when logged in --- website/src/components/Layout.tsx | 1 + website/src/pages/tasks/random.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/components/Layout.tsx b/website/src/components/Layout.tsx index b8e196cd..b26b9bf2 100644 --- a/website/src/components/Layout.tsx +++ b/website/src/components/Layout.tsx @@ -54,6 +54,7 @@ export const getDashboardLayout = (page: React.ReactElement) => ( > {page} +