Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 12, 2024
1 parent 56039d5 commit b1bb2fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/views/challenges/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<x-slot:actions>
@can('create', \App\Models\ChallengeApplication::class)
<a href="{{ route('challenges.registration') }}" class="btn btn-primary btn-lg px-4">Присоединится</a>
<a href="{{ route('challenges.registration') }}" class="btn btn-primary btn-lg px-4">Присоединиться</a>
@elseif(!is_null($readyApplicationUrl))
<a href="{{ $readyApplicationUrl}}" target="_blank" rel="noreferrer" class="btn btn-primary btn-lg px-4" title="Вы уже участвуете">Вы уже участвуете</a>
@else
Expand Down Expand Up @@ -155,7 +155,7 @@ class="p-4 p-xl-5 bg-body rounded d-flex flex-column h-100 position-relative d-f
<span class="d-block mb-3">
<x-icon path="i.sun" width="3rem" height="3rem"></x-icon>
</span>
Присоединится
Присоединиться
</a>

@elseif(!is_null($readyApplicationUrl))
Expand Down
4 changes: 2 additions & 2 deletions resources/views/santa/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</x-slot>

<x-slot:actions>
<a href="{{ route('santa.game') }}" class="btn btn-primary btn-lg px-4">{{ $participant->exists ? 'Посмотреть статус' : 'Присоединится' }}</a>
<a href="{{ route('santa.game') }}" class="btn btn-primary btn-lg px-4">{{ $participant->exists ? 'Посмотреть статус' : 'Присоединиться' }}</a>
<a href="{{ route('santa.rules') }}" class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link icon-link-hover">
Полные правила
<x-icon path="i.arrow-right" class="bi"/>
Expand All @@ -43,7 +43,7 @@ class="d-none d-sm-block mx-lg-auto img-fluid pe-none"
<h3 class="fs-2 fw-bolder">Присоединяйтесь к зимней игре</h3>
<hr class="w-25 text-primary">
<p class="text-balance">
Нажмите на кнопку "Присоединится" на странице игры, используя свой аккаунт.
Нажмите на кнопку "Присоединиться" на странице игры, используя свой аккаунт.
Заполните информацию о себе это позволит нам организовать всё идеально.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/santa/rules.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</x-slot>

<x-slot:actions>
<a href="{{ route('santa') }}" class="btn btn-primary btn-lg px-4">Присоединится</a>
<a href="{{ route('santa') }}" class="btn btn-primary btn-lg px-4">Присоединиться</a>
<a href="{{ route('home') }}" class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link icon-link-hover">
На главную
<x-icon path="i.arrow-right" class="bi"/>
Expand Down

0 comments on commit b1bb2fb

Please sign in to comment.