diff --git a/biome.json b/biome.json index 5546d99..13eef74 100644 --- a/biome.json +++ b/biome.json @@ -20,6 +20,7 @@ }, "javascript": { "formatter": { + "jsxQuoteStyle": "single", "quoteStyle": "single" } } diff --git a/client/src/App.tsx b/client/src/App.tsx index 1ecdbcf..e4c527f 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -9,7 +9,7 @@ function App() { <> - + diff --git a/client/src/components/Navbar.tsx b/client/src/components/Navbar.tsx index 85d43c4..42b6d50 100644 --- a/client/src/components/Navbar.tsx +++ b/client/src/components/Navbar.tsx @@ -1,28 +1,28 @@ export default function Navbar() { return ( <> -