Skip to content

Commit ed0f36b

Browse files
committed
Changed About Section Wording
1 parent 28d809f commit ed0f36b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/About.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let p2a = "With nearly a decade of innovation behind us and a first place finish
2323
"we've solidified our place in the solar car world. Our journey proves that a team run on " +
2424
"commitment, creativity, and innovation can overcome any obstacle."
2525

26-
let p2b = "As a team of passionate engineers, we work tirelessly to achieve our goals. " +
26+
let p2b = "As a team of motivated engineers, we work tirelessly to achieve our goals. " +
2727
"From the initial design phase to the final race day, we're committed to excellence " +
2828
"in everything we do. Even when facing the toughest challenges, our team stays motivated " +
2929
"and dedicated to keeping things on track."

src/pages/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default function Home() {
145145
return (
146146
<React.Fragment>
147147
{/* Page Header */}
148-
<Header title={"Powered By Florida sunshine"}
148+
<Header title={"Powered By Florida Sunshine"}
149149
imgcss={"home-header-img"}/>
150150

151151
{/* Awards */}

0 commit comments

Comments
 (0)