From 0c3218e0c054c2ce7981cb0c0764d5486e309a02 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 7 Apr 2025 00:46:49 +0200 Subject: [PATCH] fix --- src/components/Sidebar/Sidebar.react.js | 2 +- src/components/Sidebar/Sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar/Sidebar.react.js b/src/components/Sidebar/Sidebar.react.js index 79bbf1fcce..69dcecd78a 100644 --- a/src/components/Sidebar/Sidebar.react.js +++ b/src/components/Sidebar/Sidebar.react.js @@ -187,7 +187,7 @@ const Sidebar = ({ {dashboardUser && (
- + Logout
diff --git a/src/components/Sidebar/Sidebar.scss b/src/components/Sidebar/Sidebar.scss index ea515b2af2..a051af435f 100644 --- a/src/components/Sidebar/Sidebar.scss +++ b/src/components/Sidebar/Sidebar.scss @@ -53,7 +53,7 @@ $footerHeight: 36px; @include DosisFont; position: absolute; background: #05283c; - padding: 9px 0; + padding: 10px 0; text-align: center; bottom: 0; left: 0;