Skip to content

Commit

Permalink
fix(ui): remove extra slash in logs href
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Dec 27, 2024
1 parent 2b6a453 commit b95424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="my-4">{{ $t('index.welcome') }}</h1>
<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">
Expand Down

0 comments on commit b95424a

Please sign in to comment.