Skip to content

Commit 50c1af7

Browse files
authored
fixing logo line height (#141)
1 parent 27b6441 commit 50c1af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/AppLogo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ import AppLogoIcon from '@/components/AppLogoIcon.vue';
77
<AppLogoIcon class="size-5 fill-current text-white dark:text-black" />
88
</div>
99
<div class="ml-1 grid flex-1 text-left text-sm">
10-
<span class="mb-0.5 truncate font-semibold leading-none">Laravel Starter Kit</span>
10+
<span class="mb-0.5 truncate font-semibold leading-tight">Laravel Starter Kit</span>
1111
</div>
1212
</template>

0 commit comments

Comments
 (0)