Skip to content

Commit fe78b6f

Browse files
simonhampclaude
andcommitted
Update plugins page: remove (Soon!) from Sell CTA and add developer onboarding link
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9ddf998 commit fe78b6f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/views/plugins.blade.php

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ class="size-5 shrink-0"
598598
</div>
599599
<div>
600600
<h3 class="text-xl font-medium">
601-
Sell Your Plugins (Soon!)
601+
Sell Your Plugins
602602
</h3>
603603
<p class="mt-1 text-gray-600 dark:text-gray-400">
604604
Sell your plugins through our marketplace and earn money from your native development skills.
@@ -607,14 +607,21 @@ class="size-5 shrink-0"
607607
</div>
608608
</div>
609609

610-
<div class="mt-10">
610+
<div class="mt-10 flex flex-wrap gap-4">
611611
<a
612612
href="/docs/mobile/plugins"
613-
class="inline-flex items-center gap-2.5 rounded-xl bg-zinc-800 px-6 py-4 text-white transition duration-200 hover:bg-zinc-900 dark:bg-indigo-700/80 dark:hover:bg-indigo-900"
613+
class="inline-flex items-center gap-2.5 rounded-xl bg-gray-200 px-6 py-4 text-gray-800 transition duration-200 hover:bg-gray-300/80 dark:bg-slate-700/30 dark:text-white dark:hover:bg-slate-700/40"
614614
>
615615
<x-icons.docs class="size-5" />
616616
Learn to Build Plugins
617617
</a>
618+
<a
619+
href="https://nativephp.com/dashboard/developer/onboarding"
620+
class="inline-flex items-center gap-2.5 rounded-xl bg-gradient-to-r from-purple-600 to-indigo-600 px-6 py-4 font-semibold text-white shadow-md transition duration-200 hover:from-purple-700 hover:to-indigo-700 hover:shadow-lg"
621+
>
622+
<x-heroicon-s-rocket-launch class="size-5" />
623+
Create Your Developer Account
624+
</a>
618625
</div>
619626
</div>
620627
</section>

0 commit comments

Comments
 (0)