mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
add languages
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<button class="{{ $dialog }}-button-close focus:outline-none p-1 focus:ring-2 focus:ring-secondary-200 rounded-full text-secondary-300"
|
||||
x-on:click="close"
|
||||
type="button">
|
||||
<span class="sr-only">close</span>
|
||||
<span class="sr-only">{{ __('close') }}</span>
|
||||
<x-dynamic-component
|
||||
:component="WireUi::component('icon')"
|
||||
class="w-5 h-5"
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
<button class="rounded-md inline-flex text-secondary-400 hover:text-secondary-500 focus:outline-none"
|
||||
x-show="notification.closeButton"
|
||||
x-on:click="closeNotification(notification)">
|
||||
<span class="sr-only">Close</span>
|
||||
<span class="sr-only">{{ __('Close') }}</span>
|
||||
<x-dynamic-component
|
||||
:component="WireUi::component('icon')"
|
||||
class="h-5 w-5"
|
||||
|
||||
Reference in New Issue
Block a user