Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions resources/views/plugins.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ class="size-5 shrink-0"
</div>
<div>
<h3 class="text-xl font-medium">
Sell Your Plugins (Soon!)
Sell Your Plugins
</h3>
<p class="mt-1 text-gray-600 dark:text-gray-400">
Sell your plugins through our marketplace and earn money from your native development skills.
Expand All @@ -607,14 +607,21 @@ class="size-5 shrink-0"
</div>
</div>

<div class="mt-10">
<div class="mt-10 flex flex-wrap gap-4">
<a
href="/docs/mobile/plugins"
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"
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"
>
<x-icons.docs class="size-5" />
Learn to Build Plugins
</a>
<a
href="https://nativephp.com/dashboard/developer/onboarding"
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"
>
<x-heroicon-s-rocket-launch class="size-5" />
Create Your Developer Account
</a>
</div>
</div>
</section>
Expand Down
Loading