We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a603c0 commit c361438Copy full SHA for c361438
resources/js/components/app-logo.tsx
@@ -7,7 +7,7 @@ export default function AppLogo() {
7
<AppLogoIcon className="size-5 fill-current text-white dark:text-black" />
8
</div>
9
<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>
+ <span className="mb-0.5 truncate leading-tight font-semibold">Laravel Starter Kit</span>
11
12
</>
13
);
0 commit comments