File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
'start_discussion_description_text ' => 'You \'d like to make a contribution. ' ,
14
14
'ask_help ' => 'Ask for help ' ,
15
15
'ask_help_description ' => 'Got a problem? Let \'s find a solution together. ' ,
16
+
16
17
];
Original file line number Diff line number Diff line change 13
13
'start_discussion_description_text ' => 'Vous souhaitez apporter une pierre à l \'édifice. ' ,
14
14
'ask_help ' => 'Demander de l \'aide ' ,
15
15
'ask_help_description ' => ' Vous avez un problème ? Trouvons ensemble une solution. ' ,
16
+
16
17
];
Original file line number Diff line number Diff line change 4
4
<div >
5
5
<h2
6
6
id =" notification-date-{{ Str:: slug ($date ) } }"
7
- class =" inline-flex inline-flex items-center gap-x-3 rounded-full bg-skin-primary bg-opacity-20 px-2.5 py-1.5 font-sans text-sm font-medium text-primary-600"
7
+ class =" inline-flex items-center gap-x-3 rounded-full bg-skin-primary bg-opacity-20 px-2.5 py-1.5 font-heading text-sm font-medium text-primary-600"
8
8
>
9
9
<svg
10
10
xmlns =" http://www.w3.org/2000/svg"
@@ -56,7 +56,7 @@ class="mx-auto size-10 text-primary-600"
56
56
</div >
57
57
58
58
<div class =" mx-auto mt-10 max-w-lg" >
59
- <h2 class =" font-sans text-lg font-medium text-gray-900" >{{ __ (' pages/notification.new_content' ) } } </h2 >
59
+ <h2 class =" font-heading text-lg font-medium text-gray-900" >{{ __ (' pages/notification.new_content' ) } } </h2 >
60
60
<p class =" mt-1 text-sm font-normal text-gray-500 dark:text-gray-400" >
61
61
{{ __ (' pages/notification.choose_content' ) } }
62
62
</p >
You can’t perform that action at this time.
0 commit comments