Skip to content

Commit 55b0745

Browse files
committed
chore: add prettier
1 parent b610317 commit 55b0745

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"lint-staged": "^15.3.0",
7272
"msw": "^2.7.0",
7373
"postcss": "^8.4.49",
74+
"prettier": "3.4.2",
7475
"tailwindcss": "^3.4.15",
7576
"typescript": "~5.7.2",
7677
"typescript-eslint": "^8.15.0",

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ export function Header({ hasError }: { hasError?: boolean }) {
6161
</DropdownMenuItem>
6262
</DropdownMenu>
6363
</div>
64+
6465
<div className="flex items-center relative group">
6566
<HeaderMenuItem>Help</HeaderMenuItem>
66-
6767
<DropdownMenu>
6868
<DropdownMenuItem to="/help/continue-setup">
6969
Continue Setup

0 commit comments

Comments
 (0)