@@ -83,10 +83,10 @@ class="size-6 text-white"
83
83
</div >
84
84
<div class =" min-w-0 flex-1" >
85
85
<div class =" font-sans text-sm font-medium text-gray-900" >
86
- <a onclick =" Livewire.dispatch('openPanel', { component: 'components.slideovers.article-form' })" >
86
+ <x-buttons .default onclick =" Livewire.dispatch('openPanel', { component: 'components.slideovers.article-form' })" >
87
87
<span class =" absolute inset-0" aria-hidden =" true" ></span >
88
88
{{ __ (' pages/notification.article_action' ) } }
89
- </a >
89
+ </x-buttons .default >
90
90
</div >
91
91
<p class =" text-sm font-normal text-gray-500 dark:text-gray-400" >
92
92
{{ __ (' pages/notification.share_content' ) } }
@@ -129,10 +129,10 @@ class="size-6 text-white"
129
129
</div >
130
130
<div class =" min-w-0 flex-1" >
131
131
<div class =" font-sans text-sm font-medium text-gray-900" >
132
- <a href =" {{ route (' discussions.new' ) } }" >
132
+ <x-buttons .default href =" {{ route (' discussions.new' ) } }" >
133
133
<span class =" absolute inset-0" aria-hidden =" true" ></span >
134
134
{{ __ (' pages/notification.start_discussion' ) } }
135
- </a >
135
+ </x-buttons .default >
136
136
</div >
137
137
<p class =" text-sm font-normal text-gray-500 dark:text-gray-400" >
138
138
{{ __ (' pages/notification.start_discussion_description_text' ) } }
@@ -175,10 +175,10 @@ class="size-6 text-white"
175
175
</div >
176
176
<div class =" min-w-0 flex-1" >
177
177
<div class =" text-sm font-medium text-gray-900" >
178
- <a onclick =" Livewire.dispatch('openPanel', { component: 'components.slideovers.thread-form' })" >
178
+ <x-buttons .default onclick =" Livewire.dispatch('openPanel', { component: 'components.slideovers.thread-form' })" >
179
179
<span class =" absolute inset-0" aria-hidden =" true" ></span >
180
180
{{ __ (' pages/notification.ask_help' ) } }
181
- </a >
181
+ </x-buttons .default >
182
182
</div >
183
183
<p class =" text-sm font-normal text-gray-500 dark:text-gray-400" >
184
184
{{ __ (' pages/notification.ask_help_description' ) } }
0 commit comments