From a9845a84cfca9917ee6aefd2a58962811b44d11a Mon Sep 17 00:00:00 2001 From: sau-mili <146661411+sau-mili@users.noreply.github.com> Date: Mon, 27 May 2024 15:58:01 +0530 Subject: [PATCH] Update Dashboard.jsx --- src/components/Dashboard/Dashboard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index 7739f12b..d7c83155 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -80,7 +80,7 @@ function setFixed(){ window.addEventListener("scroll", setFixed) return ( - <> +
- + ); };