From d984773e08bdd07d9eeb8404df1ae5fa6f7b9726 Mon Sep 17 00:00:00 2001 From: Chukwumdiebube Date: Sat, 4 Feb 2023 00:28:57 +0100 Subject: [PATCH] reminder link activated --- src/components/Partials/Layout.jsx | 2 +- src/components/Partials/RightSideBar.jsx | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/Partials/Layout.jsx b/src/components/Partials/Layout.jsx index b2c27c6..4b19785 100755 --- a/src/components/Partials/Layout.jsx +++ b/src/components/Partials/Layout.jsx @@ -95,7 +95,7 @@ export default function Layout({ children }) { {logoutModal && (
-
+

Confirm

diff --git a/src/components/Partials/RightSideBar.jsx b/src/components/Partials/RightSideBar.jsx index 09002d3..b52be56 100755 --- a/src/components/Partials/RightSideBar.jsx +++ b/src/components/Partials/RightSideBar.jsx @@ -1,4 +1,5 @@ import React, { useState } from "react"; +import { Link } from "react-router-dom"; import topCreator1 from "../../assets/images/top-creator-1.png"; import topCreator2 from "../../assets/images/top-creator-2.png"; import topCreator3 from "../../assets/images/top-creator-3.png"; @@ -177,13 +178,15 @@ export default function RightSideBar() {
-
-
+
+ +
{/* image */}
{/* action */}
-
+ + +
{/* image */}
{/* action */}
- +
-- 2.34.1