diff --git a/package.json b/package.json index 588075d0..1d47b817 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "preview": "vite preview", "release": "yarn build && publish-extension --chrome-zip \"artifacts/chrome.zip\" --chrome-extension-id \"$CHROME_EXTENSION_ID\" --chrome-client-id \"$CHROME_CLIENT_ID\" --chrome-client-secret \"$CHROME_CLIENT_SECRET\" --chrome-refresh-token \"$CHROME_REFRESH_TOKEN\"", "release:cli": "yarn build && dotenv -e .env -- publish-extension --chrome-zip \"artifacts/chrome.zip\" --chrome-extension-id \"$CHROME_EXTENSION_ID\" --chrome-client-id \"$CHROME_CLIENT_ID\" --chrome-client-secret \"$CHROME_CLIENT_SECRET\" --chrome-refresh-token \"$CHROME_REFRESH_TOKEN\"", - "format": "rome format . --write", - "lint": "rome check .", + "format": "biome format . --write", + "lint": "biome check .", "flush": "rm -rf artifacts/ dist/", "lint:fix": "yarn lint --apply" }, diff --git a/src/components/Settings/Elements/SectionHeading.tsx b/src/components/Settings/Elements/SectionHeading.tsx index 3c00a60b..561f88fe 100644 --- a/src/components/Settings/Elements/SectionHeading.tsx +++ b/src/components/Settings/Elements/SectionHeading.tsx @@ -2,7 +2,7 @@ import React from 'react' const SectionHeading = ({ title }: { title: string }) => { return ( -