Skip to content

Commit

Permalink
Merge pull request #87 from frontChapter/develop
Browse files Browse the repository at this point in the history
feat: :fix disable voting
  • Loading branch information
lokiwich authored Feb 28, 2024
2 parents 3305381 + 57331e4 commit 6bf9aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/festival/single-site.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ class="flex items-center gap-1 text-xl leading-none min-w-max text-primary-500 d
@else
<x-button green :href="route('login', ['redirect' => route('festival-site.single', $site)])" icon="lock-closed" :label="__('Login to vote')" />
@endauth --}}
<x-alert icon="information-circle" :description="__('The voting deadline is over 😿')" />
<x-button target="_blank" primary outline icon="external-link" :href="$site->url"
:label="__('Visit Site')" />
</div>
</div>
</x-card>
<x-alert class="-mt-5" icon="information-circle" :description="__('The voting deadline is over 😿')" />
@if (!$isValidUrl && auth()->id() === $site->user_id)
<x-alert type="error" icon="exclamation-triangle" :title="__('Site hosting not valid')"
:description="__('To participate in the contest, your site must be hosted on Liara')">
Expand Down

0 comments on commit 6bf9aed

Please sign in to comment.