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 2fdb7c4 commit d1c85e2Copy full SHA for d1c85e2
resources/views/components/alert-beta.blade.php
@@ -5,11 +5,16 @@
5
<div>
6
<p>
7
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>
+ <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>
14
development
15
</p>
16
- <a href="https://github.com/nativephp/laravel?sponsor=1"
17
+ <a href="/docs/getting-started/status"
18
onclick="fathom.trackEvent('beta_interest');"
19
class="group mt-4 font-bold inline-flex items-center rounded-md px-3 py-1
20
bg-orange-200 border border-orange-400 hover:bg-orange-300
0 commit comments