Skip to content

Commit

Permalink
Merge pull request #11486 from nanaya/ranking-ruleset
Browse files Browse the repository at this point in the history
Fix ruleset selector not shown on mobile
  • Loading branch information
notbakaneko authored Sep 12, 2024
2 parents ff898fe + f5478f2 commit b5f27a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/rankings/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@

@slot('linksAppend')
@yield('additionalHeaderLinks')
@if($hasMode)
<div class="visible-xs">
@include('rankings._mode_selector')
</div>
@endif
@endslot
@endcomponent

Expand Down

0 comments on commit b5f27a8

Please sign in to comment.