Skip to content

Commit 55b0745

Browse files
committedJan 15, 2025·
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

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1
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

+1-1
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)
Please sign in to comment.