From 51d42af6ee85766b32e8e52b4d8c4dae7bf90b7e Mon Sep 17 00:00:00 2001 From: Aaron Chan <42254254+aaronchan32@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:19:40 -0700 Subject: [PATCH] docs: update copy and replace mentor details with time commitment --- src/app/assets/icons/mentor.svg | 13 ------------- src/app/assets/icons/timer.svg | 4 ++++ .../Overview/Expectations/Expectations.tsx | 2 +- .../Overview/PastProjects/PastProjects.scss | 6 +++--- .../SquashGooglyEyes/SquashGooglyEyes.scss | 5 ----- src/app/pages/Overview/Overview.scss | 4 +++- src/app/pages/Overview/Overview.tsx | 15 ++++++++------- 7 files changed, 19 insertions(+), 30 deletions(-) delete mode 100644 src/app/assets/icons/mentor.svg create mode 100644 src/app/assets/icons/timer.svg diff --git a/src/app/assets/icons/mentor.svg b/src/app/assets/icons/mentor.svg deleted file mode 100644 index 8f56389..0000000 --- a/src/app/assets/icons/mentor.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/app/assets/icons/timer.svg b/src/app/assets/icons/timer.svg new file mode 100644 index 0000000..ec09837 --- /dev/null +++ b/src/app/assets/icons/timer.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/app/components/Overview/Expectations/Expectations.tsx b/src/app/components/Overview/Expectations/Expectations.tsx index 44cb8d2..7097024 100644 --- a/src/app/components/Overview/Expectations/Expectations.tsx +++ b/src/app/components/Overview/Expectations/Expectations.tsx @@ -17,7 +17,7 @@ export default function Expectations({ expectationsList }: ExpectationsProps) { const titleRef = useRef(null); return (
-

{`Here's what you can expect from UP-Grade:`}

+

{`Here’s what you can expect from UP-Grade 2024:`}