diff --git a/src/components/UI/Sidebar/sidebarButton.tsx b/src/components/UI/Sidebar/sidebarButton.tsx
index 83042f3d..e85f3cb7 100644
--- a/src/components/UI/Sidebar/sidebarButton.tsx
+++ b/src/components/UI/Sidebar/sidebarButton.tsx
@@ -27,6 +27,6 @@ export const SidebarButton = ({
{Icon && }
{element && element}
{label}
- {count > 0 && !active &&
{count}
}
+ {count > 0 && !active && {count}
}
);
diff --git a/src/index.css b/src/index.css
index 217ddb0a..d81c2967 100644
--- a/src/index.css
+++ b/src/index.css
@@ -122,12 +122,4 @@ img {
.animate-spin-slow {
animation: spin-slower 2s linear infinite;
-}
-
-.notification-count {
- color: white;
- border-radius: 20%;
- padding-left: 2%;
- padding-right: 2%;
- background-color: rgb(195,0,0);
}
\ No newline at end of file