Skip to content

Commit

Permalink
Replaced quotes with escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyocum committed Oct 6, 2024
1 parent 99e0088 commit bfe57dc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion next/app/about/get-involved/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function GetInvolved() {
<h1>Get Involved!</h1>
<div className='subtitle-structure'>
<p>
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&apos;s build something incredible together.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion next/app/go/GoLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const GoLink: React.FC<GoLinkProps> = ({
<div className="form-control">
<label className="label cursor-pointer">
<span className="label-text">
Officer (Won't be publicly shown)
Officer (Won&apos;t be publicly shown)
</span>
<input
type="checkbox"
Expand Down
4 changes: 2 additions & 2 deletions next/app/go/GoLinksContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const GoLinksContainer: React.FC<GoLinksContainerProps> = ({

<p className="text-center mx-auto mt-4 text-xl/relaxed">
GoLinks are a type of URL shortcut that allow you to access the
SSE's frequently used external websites or resources. Important
SSE&apos;s frequently used external websites or resources. Important
and/or relevant golinks are marked with a gold star.
</p>
</div>
Expand Down Expand Up @@ -100,7 +100,7 @@ const GoLinksContainer: React.FC<GoLinksContainerProps> = ({

<p className="text-center mx-auto mt-4 text-xl/relaxed">
GoLinks are a type of URL shortcut that allow you to access the
SSE's frequently used external websites or resources. Important
SSE&apos;s frequently used external websites or resources. Important
and/or relevant golinks are marked with a gold star.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion next/app/go/MakeNewGoLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const GoLinkButton: React.FC<CreateGoLinkProps> = ({ fetchData }) => {
<div className="form-control">
<label className="label cursor-pointer">
<span className="label-text">
Officer (Won't be publicly shown)
Officer (Won&apos;t be publicly shown)
</span>
<input
type="checkbox"
Expand Down
2 changes: 1 addition & 1 deletion next/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Projects = () => {
</h1>
<div className="mt-3 text-xl text-center">
<div className="leading-8">Our mission is simple.</div>
<div className="leading-8">Want to build? We'll make it happen.</div>
<div className="leading-8">Want to build? We&apos;ll make it happen.</div>
<div className="text-xl text-primary opacity-70 mt-1">
Write to <span className="hover:underline hover:font-bold"><a href="mailto:[email protected]">[email protected]</a></span> for more info.
</div>
Expand Down

0 comments on commit bfe57dc

Please sign in to comment.