diff --git a/resources/views/components/plugin-card.blade.php b/resources/views/components/plugin-card.blade.php index d811d66e..d68401e4 100644 --- a/resources/views/components/plugin-card.blade.php +++ b/resources/views/components/plugin-card.blade.php @@ -26,7 +26,7 @@ class="size-12 shrink-0 rounded-xl object-cover" @elseif ($plugin->isPaid()) - Paid + Premium @else diff --git a/resources/views/components/plugin-command.blade.php b/resources/views/components/plugin-command.blade.php new file mode 100644 index 00000000..884c1f1e --- /dev/null +++ b/resources/views/components/plugin-command.blade.php @@ -0,0 +1,17 @@ +@props(['command']) + +
+
+ {{ $slot->isEmpty() ? $command : $slot }} +
+ +
diff --git a/resources/views/plugin-show.blade.php b/resources/views/plugin-show.blade.php index 35d3633c..17b12778 100644 --- a/resources/views/plugin-show.blade.php +++ b/resources/views/plugin-show.blade.php @@ -114,77 +114,108 @@ class="text-2xl font-bold sm:text-3xl" @endif @if ($plugin->isPaid()) -