view(index): fix the broken link to misc page

This commit is contained in:
imlonghao 2022-06-27 00:39:22 +08:00
parent 7dd8ce0905
commit 32d93b7137
No known key found for this signature in database
GPG Key ID: BB80A757B3E37324

View File

@ -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>