Skip to content

Commit

Permalink
fix: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickCReis committed Jun 7, 2024
1 parent 2e0f6f0 commit 4464dc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function UserInfo({
{Object.entries(info).map(([key, value]) => (
<div key={key} className="flex items-center gap-4">
<div className="font-semibold">{key}</div>
<div className=" flex-1 border-b border-dashed border-secondary"></div>
<div className="flex-1 border-b border-dashed border-secondary"></div>
<div>{value}</div>
</div>
))}
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"zod": "^3.22.4"
},
"prettier": "@acme/prettier-config"
}
}

0 comments on commit 4464dc0

Please sign in to comment.