From 49200f178535ac42a711a8ab962bf24bb56a74a7 Mon Sep 17 00:00:00 2001 From: EricBenoit Date: Tue, 10 Dec 2024 11:50:04 -0500 Subject: [PATCH 1/5] Adjusting links. --- src/app/components/Footer.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/components/Footer.tsx b/src/app/components/Footer.tsx index df297d5..965f8b2 100644 --- a/src/app/components/Footer.tsx +++ b/src/app/components/Footer.tsx @@ -5,13 +5,14 @@ import FeedbackModal from './FeedbackModal'; const columnOneLinks = [ { - href: "https://github.com/goinvo/staffplan-next-app", label: "Get Involved" + href: "https://github.com/goinvo/staffplan-next-app", label: "Open Source" }, ]; const columnTwoLinks = [ // { href: "#", label: "Help" }, - { href: "mailto:staffplan@goinvo.com ", label: "Contact" } + { href: "mailto:staffplan@goinvo.com?subject=StaffPlan Contact", label: "Contact" }, + { href: "https://github.com/goinvo/staffplan-next-app", label: "Open Source" } ]; const columnThreeLinks = [ @@ -25,18 +26,14 @@ const Footer: React.FC = () => (
staffplan logo
- GoInvo logo + + GoInvo logo +

© 2024

- {columnOneLinks.map((link, index) => ( - - {link.label} - - ))} -
{columnTwoLinks.map((link, index) => ( @@ -54,7 +51,9 @@ const Footer: React.FC = () => (
- GoInvo logo + + GoInvo logo +

© 2024

From 4bdadedd575e963ce298c3717e532c064f661e34 Mon Sep 17 00:00:00 2001 From: EricBenoit Date: Tue, 10 Dec 2024 11:50:35 -0500 Subject: [PATCH 2/5] Removed Feedback link focus on try and sign in. --- src/app/components/Header.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/components/Header.tsx b/src/app/components/Header.tsx index 1b77d85..97ec58b 100644 --- a/src/app/components/Header.tsx +++ b/src/app/components/Header.tsx @@ -1,7 +1,6 @@ import React from 'react'; import Link from 'next/link'; import Image from 'next/image'; -import FeedbackModal from './FeedbackModal'; interface NavbarLinksTypes { href: string; @@ -27,9 +26,6 @@ const Header: React.FC = () => { {"Sign In"}