Skip to content

Commit b26fa5c

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
fix code style
1 parent 15903c9 commit b26fa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/app-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
131131
href={item.url}
132132
target="_blank"
133133
rel="noopener noreferrer"
134-
className="group inline-flex h-9 w-9 items-center justify-center rounded-md bg-transparent p-0 text-sm font-medium text-accent-foreground ring-offset-background transition-colors hover:bg-accent hover:text-accent-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"
134+
className="group text-accent-foreground ring-offset-background hover:bg-accent hover:text-accent-foreground focus-visible:ring-ring inline-flex h-9 w-9 items-center justify-center rounded-md bg-transparent p-0 text-sm font-medium transition-colors focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50"
135135
>
136136
<span className="sr-only">{item.title}</span>
137137
{item.icon && (

0 commit comments

Comments
 (0)