Skip to content

Commit 58ef2b2

Browse files
committed
Update support widget
1 parent cda7efe commit 58ef2b2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<x-filament-widgets::widget>
2-
<x-filament::section>
3-
<div class="flex flex-col items-center justify-center text-gray-500 dark:text-gray-400">
4-
<h1 class="text-lg font-semibold">{{ __('Support Cachet') }}</h1>
5-
<p class="text-sm">
6-
Please consider supporting Cachet via <a href="https://github.com/cachethq/cachet/?sponsor=1" class="underline text-primary-600">GitHub Sponsors</a>.
7-
</p>
8-
</div>
2+
<x-filament::section :heading="__('Support Cachet')">
3+
<p>
4+
Please consider supporting Cachet via
5+
<a href="https://github.com/cachethq/cachet/?sponsor=1" class="underline text-primary-600" target="_blank" rel="nofollow noopener">
6+
GitHub Sponsors
7+
</a>.
8+
</p>
9+
<p>
10+
Keep up to date with the latest news and releases by following the <a href="https://blog.cachethq.io" class="underline text-primary-600" target="_blank" rel="nofollow noopener">Cachet blog</a>.
11+
</p>
912
</x-filament::section>
1013
</x-filament-widgets::widget>

0 commit comments

Comments
 (0)