Skip to content

Commit

Permalink
Improve santa text
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 31, 2024
1 parent dcfd422 commit f1ab6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Achievements/Events/SecretSanta.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public function image(): string
*/
public function description(): string
{
return 'Подарил радость отправив анонимный подарок коллеге 🎁';
return 'Подарил радость отправив анонимный подарок 🎁';
}
}
2 changes: 1 addition & 1 deletion resources/views/santa/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</a>
@else
<a href="{{ route('santa.game') }}" class="btn btn-primary btn-lg px-4 disabled pe-none" disabled>
Санта уже укомплектован 🎅
Санта укомплектован 🎅
{{-- Присоединиться --}}
</a>
@endif
Expand Down

0 comments on commit f1ab6c5

Please sign in to comment.