minor seo-title, changed admin path to /0xdash
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
@section('title'){{ __('Dashboard') }}@endsection
|
||||
@section('title'){{ __('Dashboard - Zemail.me') }}@endsection
|
||||
<div class="flex h-full w-full flex-1 flex-col gap-4 rounded-xl">
|
||||
<div class="grid auto-rows-min gap-4 md:grid-cols-2">
|
||||
|
||||
|
||||
|
||||
<article class="flex items-center gap-4 rounded-lg border border-gray-100 bg-white p-6 dark:border-gray-800 dark:bg-white/[0.03]">
|
||||
<span class="rounded-full bg-[#F04743]/20 p-3 text-[#F04743] dark:bg-[#F04743]/20 dark:text-[#F04743]">
|
||||
<flux:icon.at-sign />
|
||||
@@ -24,7 +22,6 @@
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
@if(auth()->user()->subscribedToProduct(config('app.plans')[0]['product_id']))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user