Skip to content

Commit

Permalink
Added changes to client side Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Poseidon281 committed May 17, 2024
1 parent eef1f1a commit 4df6c8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/filament/client/pages/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<x-slot name="badge">{{ $ServersCount}}</x-slot>
</x-filament::tabs.item>
</x-filament::tabs>

@if ($inDevelopment)
<x-filament::section
icon="tabler-code"
icon-color="primary"
id="intro-developers"
:header-actions="$development"
>
<x-slot name="heading">{{ trans('dashboard/index.sections.intro-developers.heading') }}</x-slot>
<x-slot name="heading">Information about this client side</x-slot>

<p>This side is still in development and bugs or issues may occur</p>
<p>This client side is still in development and not completed yet. We suggest that you continue to use the normal client side untill this side is complete</p>

<p><br /></p>

Expand Down

0 comments on commit 4df6c8b

Please sign in to comment.