Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannonb4ll committed Sep 23, 2024
1 parent 1130674 commit 8e442d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<x-app>
@if($text = app(\App\Settings\GeneralSettings::class)->welcome_text)
<div class="prose mb-4 dark:text-gray-500">{!! $text !!}</div>
<div class="prose dark:prose-invert mb-4 dark:text-gray-500">{!! $text !!}</div>
@endif
<div class="grid grid-cols-1 lg:grid-cols-2 gap-4">
@foreach(app(\App\Settings\GeneralSettings::class)->dashboard_items as $item)
Expand Down

0 comments on commit 8e442d4

Please sign in to comment.