From 0ea0fef3636c73379cefd3ff85f2c9f42e8e8ed7 Mon Sep 17 00:00:00 2001 From: Jordan Dialpuri <44945647+Dialpuri@users.noreply.github.com> Date: Sun, 17 Mar 2024 09:08:32 +0000 Subject: [PATCH 1/3] Add email and GitHub issue link to Footer.tsx Footer.tsx is updated to include a new paragraph encouraging users to report issues either via email or by submitting a GitHub issue. This new feature enhances user interaction and facilitates quicker problem resolution. --- webapp/src/layouts/Footer.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/src/layouts/Footer.tsx b/webapp/src/layouts/Footer.tsx index 0a81a98f..f1447e7d 100644 --- a/webapp/src/layouts/Footer.tsx +++ b/webapp/src/layouts/Footer.tsx @@ -4,6 +4,8 @@ export default function Footer(): ReactElement {