From 8e88f238b9f0f31ac60f43144fd9c06dd219d6c2 Mon Sep 17 00:00:00 2001 From: lalewis7 Date: Wed, 17 Jan 2024 02:51:43 -0500 Subject: [PATCH] made header buttons bigger made header buttons bigger and added email copy button to mobile offcanvas --- app/csr_components/CopyTextInput.jsx | 4 ++-- app/csr_components/HeaderOffcanvas.jsx | 7 ++++++- app/layout.jsx | 12 +++++++----- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/app/csr_components/CopyTextInput.jsx b/app/csr_components/CopyTextInput.jsx index 755e92e..bec4153 100644 --- a/app/csr_components/CopyTextInput.jsx +++ b/app/csr_components/CopyTextInput.jsx @@ -17,14 +17,14 @@ export default function CopyTextInput(){ } return <> -
+
}, {"name": "GitHub", "link": "https://github.com/lalewis7", "icon": }, {"name": "Medium", "link": "https://medium.com/@arthur.lewis", "icon": }, + {"name": "Email", "link": `mailto:${process.env.NEXT_PUBLIC_EMAIL}`, "icon": }, ].map((val, i) => <> )} +
+ +
diff --git a/app/layout.jsx b/app/layout.jsx index ccddda5..c4e89bf 100644 --- a/app/layout.jsx +++ b/app/layout.jsx @@ -80,22 +80,22 @@ export default function RootLayout({ children }) {
  • - +
  • - +
  • - +
  • - +
  • @@ -169,7 +169,9 @@ export default function RootLayout({ children }) {
    Contact
    - +
    + +