Skip to content

Commit 5b50b2c

Browse files
committed
More logo fixes
1 parent e40ba1e commit 5b50b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/logo-dark.svg

+1-1
Loading

resources/views/welcome.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<main id="app" class="flex flex-col items-center min-h-screen">
2626
<header class="flex flex-col items-center flex-1 gap-12 text-center md:py-12">
2727
<img src="{{ asset('logo.svg') }}" class="px-12 lg:h-32 dark:hidden mt-24">
28-
<img src="{{ asset('logo-dark.svg') }}" class="hidden px-12 lg:h-32 dark:block">
28+
<img src="{{ asset('logo-dark.svg') }}" class="hidden px-12 lg:h-32 dark:block mt-24">
2929
<h1 class="sr-only">NativePHP</h1>
3030
<h3 class="px-6 mt-12 text-lg leading-tight lg:text-2xl md:text-xl">
3131
NativePHP is a new way to build native applications,

0 commit comments

Comments
 (0)