Skip to content

Commit c361438

Browse files
authored
Fix logo line height (#113)
* Fixing text being cut off without leading-tight * removing leading-none for leading-tight
1 parent 2a603c0 commit c361438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/app-logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function AppLogo() {
77
<AppLogoIcon className="size-5 fill-current text-white dark:text-black" />
88
</div>
99
<div className="ml-1 grid flex-1 text-left text-sm">
10-
<span className="mb-0.5 truncate leading-none font-semibold">Laravel Starter Kit</span>
10+
<span className="mb-0.5 truncate leading-tight font-semibold">Laravel Starter Kit</span>
1111
</div>
1212
</>
1313
);

0 commit comments

Comments
 (0)