From 64d10e845a5895ac026b0006a81dedf6a9286fbf Mon Sep 17 00:00:00 2001 From: reiyua Date: Wed, 17 Jan 2024 13:59:00 +0000 Subject: [PATCH] Modify about and contact.js page with placeholder text --- src/App.js | 2 +- src/pages/About.js | 13 +++++++------ src/pages/Contact.js | 1 + 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/App.js b/src/App.js index 2b1ec48..e3ebe46 100644 --- a/src/App.js +++ b/src/App.js @@ -100,7 +100,7 @@ function App() { } /> - } /> + } /> } /> } /> } /> diff --git a/src/pages/About.js b/src/pages/About.js index 47f9e0d..cfecbac 100644 --- a/src/pages/About.js +++ b/src/pages/About.js @@ -1,8 +1,9 @@ -export function About ( props ) { - return ( +export function About() { + return (
-

{ props.greeting }

- +

About me:

+

This will have information added soon

- ) - } \ No newline at end of file + ); +} + \ No newline at end of file diff --git a/src/pages/Contact.js b/src/pages/Contact.js index 3ab0631..36e4e7c 100644 --- a/src/pages/Contact.js +++ b/src/pages/Contact.js @@ -6,6 +6,7 @@ export function Contact ( props ) { return (

Contact

+

Deciding whether to just put contact info or actually develop a contact form, figure it out along the way

) } \ No newline at end of file