From bfe57dc50225f4ed01f229674baa24904c680f89 Mon Sep 17 00:00:00 2001 From: Ryan Yocum Date: Sun, 6 Oct 2024 14:53:18 -0400 Subject: [PATCH] Replaced quotes with escapes --- next/app/about/get-involved/page.tsx | 2 +- next/app/go/GoLink.tsx | 2 +- next/app/go/GoLinksContainer.tsx | 4 ++-- next/app/go/MakeNewGoLink.tsx | 2 +- next/app/projects/page.tsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/next/app/about/get-involved/page.tsx b/next/app/about/get-involved/page.tsx index dbda6b12..69aae99b 100644 --- a/next/app/about/get-involved/page.tsx +++ b/next/app/about/get-involved/page.tsx @@ -27,7 +27,7 @@ export default function GetInvolved() {

Get Involved!

- Are you ready to make an impact? Dive in the heart of the SSE and become part of a vibrant community dedicated to innnovation and collaboration. Whether you are passionate about coding, organizing events, or fostering connections, there is a place for you here. Join us in shaping the future of the SSE as we work together to create meaningful opportunities for growth, learning, and impact. Let's build something incredible together. + Are you ready to make an impact? Dive in the heart of the SSE and become part of a vibrant community dedicated to innnovation and collaboration. Whether you are passionate about coding, organizing events, or fostering connections, there is a place for you here. Join us in shaping the future of the SSE as we work together to create meaningful opportunities for growth, learning, and impact. Let's build something incredible together.

diff --git a/next/app/go/GoLink.tsx b/next/app/go/GoLink.tsx index d048ff57..1e744c9d 100644 --- a/next/app/go/GoLink.tsx +++ b/next/app/go/GoLink.tsx @@ -168,7 +168,7 @@ const GoLink: React.FC = ({
@@ -100,7 +100,7 @@ const GoLinksContainer: React.FC = ({

GoLinks are a type of URL shortcut that allow you to access the - SSE's frequently used external websites or resources. Important + SSE's frequently used external websites or resources. Important and/or relevant golinks are marked with a gold star.

diff --git a/next/app/go/MakeNewGoLink.tsx b/next/app/go/MakeNewGoLink.tsx index 1ee2e86b..eeceb95c 100644 --- a/next/app/go/MakeNewGoLink.tsx +++ b/next/app/go/MakeNewGoLink.tsx @@ -129,7 +129,7 @@ export const GoLinkButton: React.FC = ({ fetchData }) => {