From 9e3aac56a712177024a56d0de5103cad257f07cd Mon Sep 17 00:00:00 2001 From: Gabriel <162917831+thesomewhatyou@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:23:02 +0000 Subject: [PATCH] Changes to be committed: Changes not staged for commit: --- src/App.jsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 4fbc89d6..26d31578 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -24,15 +24,15 @@ import "./styles.css"; * If you don't have one of the social sites listed, leave it as an empty string. */ const siteProps = { - name: "Alexandrie Grenier", - title: "Web Designer & Content Creator", - email: "alex@example.com", - gitHub: "microsoft", - instagram: "microsoft", - linkedIn: "satyanadella", - medium: "", - twitter: "microsoft", - youTube: "Code", + name: "Gabriel, or thesomewhatyou", + title: "Young & Sprouting CS Student", + email: "gabriel@xan0.net", + gitHub: "gabriel", + instagram: "gabriel", + linkedIn: "gabriel", + medium: "none", + twitter: "gabriel", + youTube: "thesomewhatyou", }; const primaryColor = "#4E567E";