fix sidebar
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 47s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 7s

This commit is contained in:
Mohamadzadeh 2026-08-19 20:00:23 +03:30
parent 048ff94051
commit f07a62774e
2 changed files with 6 additions and 6 deletions

6
dist/layout.js vendored
View File

@ -178,8 +178,8 @@ const RA = ({
position: "absolute",
top: 0,
bottom: 0,
insetInlineStart: "8px",
insetInlineEnd: "8px",
insetInlineStart: "4px",
insetInlineEnd: "4px",
bg: "gray.200",
borderRadius: "md",
zIndex: 0
@ -192,7 +192,7 @@ const RA = ({
},
icon: /* @__PURE__ */ e(d, { as: o.icon }),
fontSize: "xl",
size: { base: "sm", lg: "lg" },
size: { base: "sm", lg: "md" },
"aria-label": o.title,
"aria-current": A ? "page" : void 0
};

View File

@ -79,8 +79,8 @@ const DesktopNavItem = ({
position: "absolute",
top: 0,
bottom: 0,
insetInlineStart: "8px",
insetInlineEnd: "8px",
insetInlineStart: "4px",
insetInlineEnd: "4px",
bg: "gray.200",
borderRadius: "md",
zIndex: 0,
@ -96,7 +96,7 @@ const DesktopNavItem = ({
icon: <Icon as={item.icon} />,
fontSize: "xl",
size: { base: "sm", lg: "lg" },
size: { base: "sm", lg: "md" },
"aria-label": item.title,
"aria-current": isActive ? "page" : undefined,
};