Skip to content

Commit 168492e

Browse files
add space in End of array, change font to font-heading
1 parent 03ff188 commit 168492e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

lang/en/pages/notification.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
'start_discussion_description_text' => 'You\'d like to make a contribution.',
1414
'ask_help' => 'Ask for help',
1515
'ask_help_description' => 'Got a problem? Let\'s find a solution together.',
16+
1617
];

lang/fr/pages/notification.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
'start_discussion_description_text' => 'Vous souhaitez apporter une pierre à l\'édifice.',
1414
'ask_help' => 'Demander de l\'aide',
1515
'ask_help_description' => ' Vous avez un problème ? Trouvons ensemble une solution.',
16+
1617
];

resources/views/livewire/notifications-page.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div>
55
<h2
66
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"
88
>
99
<svg
1010
xmlns="http://www.w3.org/2000/svg"
@@ -56,7 +56,7 @@ class="mx-auto size-10 text-primary-600"
5656
</div>
5757

5858
<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>
6060
<p class="mt-1 text-sm font-normal text-gray-500 dark:text-gray-400">
6161
{{ __('pages/notification.choose_content') }}
6262
</p>

0 commit comments

Comments
 (0)