Merge pull request #50 from imlonghao/fix-broken-link

view(index): fix the broken link to misc page
This commit is contained in:
corbpie 2022-06-27 10:38:56 +10:00 committed by GitHub
commit a9b3f4eed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>