diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json
index b977c25..1e23978 100644
--- a/.obsidian/core-plugins.json
+++ b/.obsidian/core-plugins.json
@@ -27,5 +27,7 @@
"file-recovery": true,
"publish": false,
"sync": true,
- "webviewer": false
+ "webviewer": false,
+ "footnotes": false,
+ "bases": true
}
\ No newline at end of file
diff --git a/brand-assets/brand-style-guide-site/src/app/layout.tsx b/brand-assets/brand-style-guide-site/src/app/layout.tsx
index 13626d6..84f494d 100644
--- a/brand-assets/brand-style-guide-site/src/app/layout.tsx
+++ b/brand-assets/brand-style-guide-site/src/app/layout.tsx
@@ -37,7 +37,7 @@ export default function RootLayout({
+
Brand Guide
-
- - Brand Overview
+
+ - Overview
- Brand Identity
- Color Palette
- Typography
@@ -36,11 +33,11 @@ export default function Footer() {
diff --git a/brand-assets/brand-style-guide-site/src/components/Sidebar.tsx b/brand-assets/brand-style-guide-site/src/components/Sidebar.tsx
index 29a26ed..40d72a5 100644
--- a/brand-assets/brand-style-guide-site/src/components/Sidebar.tsx
+++ b/brand-assets/brand-style-guide-site/src/components/Sidebar.tsx
@@ -39,16 +39,16 @@ const Sidebar = () => {
{
id: 'visual-identity',
label: 'Visual Identity',
- icon: 'Interface/Main_Component',
+ icon: 'Shape/Circle',
items: [
- { href: '/visual-identity', section: 'visual-identity', icon: 'Interface/Main_Component', label: 'Visual Identity' },
+ { href: '/visual-identity', section: 'visual-identity', icon: 'Shape/Circle', label: 'Visual Identity' },
{ href: '/logo', section: 'logo', icon: 'Interface/Star', label: 'Logo System' },
{ href: '/typography', section: 'typography', icon: 'Edit/Text', label: 'Typography' },
{ href: '/colors', section: 'colors', icon: 'Edit/Swatches_Palette', label: 'Color Palette' },
{ href: '/iconography', section: 'iconography', icon: 'Interface/Main_Component', label: 'Iconography' },
{ href: '/accessibility', section: 'accessibility', icon: 'Interface/Heart_01', label: 'Accessibility' },
- { href: '/components', section: 'components', icon: 'Interface/Settings', label: 'Components' },
- { href: '/motion', section: 'motion', icon: 'Interface/Link', label: 'Motion System' },
+ { href: '/components', section: 'components', icon: 'Environment/Puzzle', label: 'Components' },
+ { href: '/motion', section: 'motion', icon: 'Interface/Trending_Up', label: 'Motion System' },
{ href: '/implementation', section: 'implementation', icon: 'File/File_Code', label: 'Implementation' },
]
},
@@ -93,17 +93,14 @@ const Sidebar = () => {
return (