From 40614427f161b7477e4279b2909f35d0fe2e09ba Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 22 Jul 2025 19:54:25 +0100 Subject: [PATCH] fixed right link icons --- src/assets/images/icons/refer-a-friend.svg | 12 +++++ src/assets/images/icons/resources.svg | 5 ++ src/assets/images/icons/waiting.svg | 8 +++ .../AuthPages/Login/LoginLanding.jsx | 9 +++- src/components/Partials/RightSideBar.jsx | 53 ++----------------- .../jobPopout/PendingJobsPopout.jsx | 12 +++-- 6 files changed, 44 insertions(+), 55 deletions(-) create mode 100644 src/assets/images/icons/refer-a-friend.svg create mode 100644 src/assets/images/icons/resources.svg create mode 100644 src/assets/images/icons/waiting.svg diff --git a/src/assets/images/icons/refer-a-friend.svg b/src/assets/images/icons/refer-a-friend.svg new file mode 100644 index 0000000..16fcd91 --- /dev/null +++ b/src/assets/images/icons/refer-a-friend.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/src/assets/images/icons/resources.svg b/src/assets/images/icons/resources.svg new file mode 100644 index 0000000..6b9689e --- /dev/null +++ b/src/assets/images/icons/resources.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/assets/images/icons/waiting.svg b/src/assets/images/icons/waiting.svg new file mode 100644 index 0000000..153039c --- /dev/null +++ b/src/assets/images/icons/waiting.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/components/AuthPages/Login/LoginLanding.jsx b/src/components/AuthPages/Login/LoginLanding.jsx index 665f8a8..476c1aa 100644 --- a/src/components/AuthPages/Login/LoginLanding.jsx +++ b/src/components/AuthPages/Login/LoginLanding.jsx @@ -95,12 +95,17 @@ export default function LoginLanding() {
Don't have an account?{" "} - Sign Up - + */} +
+ Sign Up in App Store +
diff --git a/src/components/Partials/RightSideBar.jsx b/src/components/Partials/RightSideBar.jsx index 99e4831..6196302 100644 --- a/src/components/Partials/RightSideBar.jsx +++ b/src/components/Partials/RightSideBar.jsx @@ -86,7 +86,7 @@ export default function RightSideBar({ myJobList }) {
{/* image */}
- + refer a friend
{/* name */}
@@ -99,29 +99,7 @@ export default function RightSideBar({ myJobList }) {
{/* image */}
- - - - - - - + refer a friend
{/* name */}
@@ -157,32 +135,7 @@ export default function RightSideBar({ myJobList }) {
{/* image */}
- - - - - - + refer a friend
{/* name */}
diff --git a/src/components/jobPopout/PendingJobsPopout.jsx b/src/components/jobPopout/PendingJobsPopout.jsx index 61bbb0c..70bb12b 100644 --- a/src/components/jobPopout/PendingJobsPopout.jsx +++ b/src/components/jobPopout/PendingJobsPopout.jsx @@ -225,11 +225,17 @@ function PendingJobsPopout({ details, onClose, situation }) { />
-
- + {/* + /> */} + <> + +

+ {details.job_description || details.description} +

+
-- 2.34.1