Skip to content

Commit

Permalink
Update app.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Jan 28, 2024
1 parent 5b1ed8b commit 7e2813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</li>
<li class="nav-item text-truncate">
<a class="nav-link {{ !request()->routeIs('index') ? 'active' : '' }}"
href="{{ App\Link::to('/list') }}" data-turbo-action="replace">Neueste Nachrichten</a>
href="{{ App\Link::to('/list') }}" data-turbo-action="replace">Последние новости</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 7e2813c

Please sign in to comment.