Skip to content

Commit 28830dc

Browse files
committed
Improve support widget
1 parent 58ef2b2 commit 28830dc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<x-filament-widgets::widget>
22
<x-filament::section :heading="__('Support Cachet')">
3-
<p>
3+
<p class="text-sm leading-6 text-gray-500 dark:text-gray-400">
44
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">
5+
<x-filament::link href="https://github.com/cachethq/cachet/?sponsor=1" target="_blank" rel="nofollow noopener">
66
GitHub Sponsors
7-
</a>.
7+
</x-filament::link>.
88
</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>.
9+
<p class="text-sm leading-6 text-gray-500 dark:text-gray-400">
10+
Keep up to date with the latest news and releases by following the <x-filament::link href="https://blog.cachethq.io" target="_blank" rel="nofollow noopener">Cachet blog</x-filament::link>.
1111
</p>
1212
</x-filament::section>
1313
</x-filament-widgets::widget>
14+

0 commit comments

Comments
 (0)