v1.4.7 Add favicon
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
background-color: #00788A;
|
||||
color: white;
|
||||
border-radius: 10px;
|
||||
background: linear-gradient(to right, red, purple);
|
||||
}
|
||||
.closebtn {
|
||||
margin-left: 15px;
|
||||
@@ -66,7 +67,7 @@
|
||||
<div class="alertBoxBackground" id="notifications">
|
||||
<div class="alert">
|
||||
<span class="closebtn" onclick="deleteNotifications(document.getElementById('notifications'))">×</span>
|
||||
<strong>Event Canceled</strong>
|
||||
<strong>{{__('msg.aktivitetaflyst')}}</strong>
|
||||
@foreach(\App\Notification::query()->where("user_id", "=", auth()->user()->id)->get() as $notification)
|
||||
<p>{{ $notification->message }}{{ __("msg.canceled") }}</p>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user