@grasp-labs/ds-react-components 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,7 +39,7 @@ export type SidebarProps = {
39
39
  * ```tsx
40
40
  * <Sidebar
41
41
  * logo={<MyLogo />}
42
- * footerContent="© 2025 My Company"
42
+ * footerContent="© 2026 My Company"
43
43
  * routes={[
44
44
  * { path: "/dashboard", title: "Dashboard", icon: <DashboardIcon /> },
45
45
  * { path: "/settings", title: "Settings", icon: <SettingsIcon />, permissions: ["admin"] }