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 Apr 25, 2024
1 parent a7dc4d8 commit 63e13ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const NewRepository = () => {
<Button
onClick={() => router.back()}
variant={'ghost'}
className="px-1 h-6"
className="h-6 px-1"
>
<IconChevronLeft className="h-5 w-5" />
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const DetailPage: React.FC = () => {
<Button
onClick={() => router.back()}
variant={'ghost'}
className="px-1 h-6"
className="h-6 px-1"
>
<IconChevronLeft className="h-5 w-5" />
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const NewProvider = () => {
<Button
onClick={() => router.back()}
variant={'ghost'}
className="px-1 h-6"
className="h-6 px-1"
>
<IconChevronLeft className="h-5 w-5" />
</Button>
Expand Down

0 comments on commit 63e13ac

Please sign in to comment.