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", 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 = () => {
- + RoleModel Software Logo