mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Refactor sidebar link activation, enhance PageCard and PageHeader components, and improve badge styles
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
class={cn(
|
||||
sidebarItemClasses.base,
|
||||
"justify-start space-x-3",
|
||||
String(page.url.pathname) === "/api" && sidebarItemClasses.active,
|
||||
String(page.url.pathname) === "/docs/api" && sidebarItemClasses.active,
|
||||
)}
|
||||
>
|
||||
<Cloud size={16} />
|
||||
|
||||
Reference in New Issue
Block a user