Change onair tag style

This commit is contained in:
Jorit Tijsen
2024-03-15 18:12:31 +01:00
parent 43c14de45d
commit 6d5eff146d

View File

@@ -29,9 +29,9 @@ $actionButton = array_merge([
<a href="{{$url}}" title="{{$program->program->name}}">{!!$program->program->name!!}</a>
</h2>
@if($program->current)
<a href="{{route('luister.live')}}" class="onair action_button player"><span class="fa"></span>
<span>Nu live!</span>
</a>
<ul class="post_tags">
<li><a href="{{route('luister.live')}}" class="onair player" title="Nu live!">Nu live!</a></li>
</ul>
@else
<div class="sub_title">
<?php $time = Formatter::relativeDate($program->start) . (isset($showTime) && $showTime ? ' om ' . $program->start->format('H:i') : ''); ?>