mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 01:58:36 +00:00
view(index): fix the broken link to misc page
This commit is contained in:
parent
7dd8ce0905
commit
32d93b7137
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
<div class="card-body text-center shadow">
|
||||
<div class="row">
|
||||
<h3>{{ $information['misc'] }}</h3>
|
||||
<h5><a href="other" class="text-decoration-none">Misc</a></h5>
|
||||
<h5><a href="misc" class="text-decoration-none">Misc</a></h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue