Skip to content

Commit 6f3fbed

Browse files
committed
Tweaks
1 parent 37038cb commit 6f3fbed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/docs/index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<div class="flex items-center px-6 py-4 mb-8 space-x-4 text-lg text-red-800 border-2 border-red-500 bg-red-50 dark:text-white dark:bg-red-800">
1010
<span class="text-5xl">⚠️</span>
1111
<span>
12-
NativePHP is currently an <em class="font-bold">alpha</em> release and is not ready for production applications
13-
yet.
12+
NativePHP is currently in <em class="font-bold">alpha</em>. We do not recommend distributing
13+
production releases of your applications yet.
1414
</span>
1515
</div>
1616

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<main id="app" class="flex flex-col items-center justify-center min-h-screen">
2626
<header class="flex flex-col items-center justify-center flex-1 gap-12 text-center md:py-12">
27-
<img src="{{ asset('logo.svg') }}" class="px-12 lg:h-32 dark:hidden mt-12 lg:mt-auto">
27+
<img src="{{ asset('logo.svg') }}" class="px-12 lg:h-32 dark:hidden mt-12 lg:mt-0">
2828
<img src="{{ asset('logo-dark.svg') }}" class="hidden px-12 lg:h-32 dark:block">
2929
<h1 class="sr-only">NativePHP</h1>
3030
<h3 class="px-6 mt-12 text-lg leading-tight lg:text-2xl md:text-xl">

0 commit comments

Comments
 (0)