Skip to content

Commit d1c85e2

Browse files
committed
Improve alert panel
1 parent 2fdb7c4 commit d1c85e2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

resources/views/components/alert-beta.blade.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55
<div>
66
<p>
77
NativePHP is currently in
8-
<a href="/docs/getting-started/status" class="font-bold italic font-mono flex-inline px-1 py-0.5 text-base bg-orange-200 dark:bg-orange-600 rounded">alpha</a>
8+
<span
9+
class="font-bold italic font-mono flex-inline px-2 text-base bg-orange-200 dark:bg-orange-600
10+
rounded inline-block"
11+
>
12+
alpha
13+
</span>
914
development
1015
</p>
1116

12-
<a href="https://github.com/nativephp/laravel?sponsor=1"
17+
<a href="/docs/getting-started/status"
1318
onclick="fathom.trackEvent('beta_interest');"
1419
class="group mt-4 font-bold inline-flex items-center rounded-md px-3 py-1
1520
bg-orange-200 border border-orange-400 hover:bg-orange-300

0 commit comments

Comments
 (0)