Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 18, 2024
1 parent 964bcc3 commit 51bc8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/components/error-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function ErrorView({
}

return (
<div className={cn('mx-auto max-w-md text-center mt-8', className)}>
<div className={cn('mx-auto mt-8 max-w-md text-center', className)}>
<h1 className="text-2xl font-bold tracking-tight text-foreground sm:text-3xl">
{displayTitle}
</h1>
Expand Down

0 comments on commit 51bc8a2

Please sign in to comment.