fix(ui): remove extra slash in logs href (#3493)

This commit is contained in:
ReenigneArcher 2024-12-26 23:36:19 -05:00 committed by GitHub
commit 3e47cd3cc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
<ul>
<li v-for="v in fancyLogs.filter(x => x.level === 'Fatal')">{{v.value}}</li>
</ul>
<a class="btn btn-danger" href="./troubleshooting/#logs">View Logs</a>
<a class="btn btn-danger" href="./troubleshooting#logs">View Logs</a>
</div>
<!-- Version -->
<div class="card p-2 my-4">