Refactor pricing-plans.blade.php for improved code structure and readability
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div x-data="{ selected: 'monthly' }" class="w-full pb-20">
|
<div x-data="{ selected: 'monthly' }" class="w-full pb-20">
|
||||||
<div class="px-6 mx-auto lg:px-8">
|
<div class="px-6 mx-auto lg:px-8">
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<fieldset
|
<fieldset
|
||||||
class="grid grid-cols-2 p-1 text-xs font-semibold leading-5 text-center rounded dark:text-white gap-x-1 dark:bg-white/5 bg-black/5">
|
class="grid grid-cols-2 p-1 text-xs font-semibold leading-5 text-center rounded dark:text-white gap-x-1 dark:bg-white/5 bg-black/5">
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
></path></svg
|
></path></svg
|
||||||
>
|
>
|
||||||
|
|
||||||
<div class="flex flex-col text-sm text-white">
|
<div class="flex flex-col text-sm dark:text-white">
|
||||||
<div>
|
<div>
|
||||||
You need to bring your own servers from any cloud provider (such as <a
|
You need to bring your own servers from any cloud provider (such as <a
|
||||||
class="underline"
|
class="underline"
|
||||||
|
|||||||
Reference in New Issue
Block a user