From 085ae431e252c8c92a9f203a6bf199bed6d0146a Mon Sep 17 00:00:00 2001 From: Jeremy Walton Date: Tue, 30 Dec 2025 14:09:25 -0500 Subject: [PATCH 1/2] Update workspace recommendation --- optics-design-system.code-workspace | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/optics-design-system.code-workspace b/optics-design-system.code-workspace index fe9e45b3..9cad82ad 100644 --- a/optics-design-system.code-workspace +++ b/optics-design-system.code-workspace @@ -21,13 +21,14 @@ "tintinweb", "unifiedjs" ], + "editor.defaultFormatter": "prettier.prettier-vscode", "[css]": { - "editor.defaultFormatter": "esbenp.prettier-vscode", + "editor.defaultFormatter": "prettier.prettier-vscode", }, }, "extensions": { "recommendations": [ - "esbenp.prettier-vscode", + "prettier.prettier-vscode", "stylelint.vscode-stylelint", "tintinweb.graphviz-interactive-preview", "unifiedjs.vscode-mdx", From fd5b74f2855207d9e93db65ff640655e01e3323f Mon Sep 17 00:00:00 2001 From: Jeremy Walton Date: Tue, 30 Dec 2025 14:14:29 -0500 Subject: [PATCH 2/2] Fix the missing logos in the docs --- src/stories/Components/Navbar/Navbar.js | 2 +- src/stories/Components/Sidebar/Sidebar.js | 2 +- src/stories/Recipes/Layout/Layout.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stories/Components/Navbar/Navbar.js b/src/stories/Components/Navbar/Navbar.js index cee6ab41..74a0a426 100644 --- a/src/stories/Components/Navbar/Navbar.js +++ b/src/stories/Components/Navbar/Navbar.js @@ -29,7 +29,7 @@ export const createNavbar = ({ const brandSection = brand ? ` - + RoleModel Software Logo ` : '' diff --git a/src/stories/Components/Sidebar/Sidebar.js b/src/stories/Components/Sidebar/Sidebar.js index 4553a3ba..c4a4fab1 100644 --- a/src/stories/Components/Sidebar/Sidebar.js +++ b/src/stories/Components/Sidebar/Sidebar.js @@ -39,7 +39,7 @@ export const createSidebar = ({ const brandSection = brand ? ` - + RoleModel Software Logo ` : '' diff --git a/src/stories/Recipes/Layout/Layout.js b/src/stories/Recipes/Layout/Layout.js index 0e8ae652..bc0c5570 100644 --- a/src/stories/Recipes/Layout/Layout.js +++ b/src/stories/Recipes/Layout/Layout.js @@ -168,7 +168,7 @@ const createLoginLayout = () => {