diff --git a/public/assets/vendor/css/core.css b/public/assets/vendor/css/core.css
index b8e659cb..46f34f42 100644
--- a/public/assets/vendor/css/core.css
+++ b/public/assets/vendor/css/core.css
@@ -29002,7 +29002,6 @@ li:not(:first-child) .dropdown-item,
/* Only for menu example */
.menu-collapsed:not(:hover) {
inline-size: var(--bs-menu-collapsed-width);
- /* Custom for sneat only */
}
.menu-collapsed:not(:hover) .menu-inner > .menu-item {
inline-size: var(--bs-menu-collapsed-width);
@@ -29682,7 +29681,6 @@ li:not(:first-child) .dropdown-item,
)
.layout-menu.menu-vertical {
inline-size: var(--bs-menu-collapsed-width);
- /* Custom for sneat only */
}
.layout-menu-collapsed:not(
.layout-menu-hover,
diff --git a/public/scss/_components/_menu.scss b/public/scss/_components/_menu.scss
index 09f9c658..50c58126 100644
--- a/public/scss/_components/_menu.scss
+++ b/public/scss/_components/_menu.scss
@@ -186,7 +186,6 @@
> .menu-item {
margin: $menu-item-spacer 0;
- // Sneat menu-link spacing
.menu-link {
margin: $menu-vertical-link-margin-y $menu-vertical-link-margin-x;
}
@@ -197,7 +196,6 @@
.menu-block {
padding: $menu-vertical-link-padding-y $menu-vertical-link-padding-x;
}
- // Sneat menu-header spacing
.menu-header {
margin: $menu-vertical-header-margin-y 0 $menu-vertical-header-margin-y * 0.5 0;
padding: $menu-vertical-link-padding-y $menu-vertical-link-padding-x * 2 $menu-vertical-link-padding-y
@@ -276,7 +274,7 @@
// Vertical Menu Collapsed
// *******************************************************************************
-// ! Updated menu collapsed styles for sneat in this mixin
+// ! Updated menu collapsed styles for in this mixin
@mixin layout-menu-collapsed() {
width: $menu-collapsed-width;
@@ -312,7 +310,6 @@
top: 1.1875rem;
}
}
- // Custom for sneat only
.menu-block {
&::before {
bottom: 0.75rem;
diff --git a/src/components/Layout/LayoutMenu.tsx b/src/components/Layout/LayoutMenu.tsx
index 66b18b65..48d38c05 100644
--- a/src/components/Layout/LayoutMenu.tsx
+++ b/src/components/Layout/LayoutMenu.tsx
@@ -58,7 +58,7 @@ const LayoutMenu = () => {
- Sneat
+ Marco
diff --git a/src/pages/authentication/AuthWrapper.jsx b/src/pages/authentication/AuthWrapper.jsx
index 62928fd6..6684ae46 100644
--- a/src/pages/authentication/AuthWrapper.jsx
+++ b/src/pages/authentication/AuthWrapper.jsx
@@ -15,11 +15,8 @@ export const AuthWrapper = ({ children }) => {
className="app-brand-link gap-2"
>
-
+
- {/*
- Sneat
- */}
{children}