Skip to content

Commit

Permalink
fix: version dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Dec 6, 2024
1 parent a0195fe commit fe4b0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const VersionBadge: React.FC<VersionBadgeProps> = ({ version }) => {
</button>
</DialogTrigger>
<DialogContent className="sm:max-w-md">
<DialogHeader>
<DialogHeader className="text-left">
<div className="flex items-center gap-3">
<DialogTitle className={`
text-xl
Expand Down

0 comments on commit fe4b0b4

Please sign in to comment.