ssb: Make the connections sidebar header also a link to the connections tab.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 33m18s

This commit is contained in:
2025-04-26 18:53:08 -04:00
parent 5bdc6fa471
commit 6273f3ea53
2 changed files with 4 additions and 2 deletions

View File

@ -223,7 +223,9 @@ class TfTabNewsElement extends LitElement {
`
)}
<h4 class="w3-bar-item w3-theme-d2">Connections</h4>
<a class="w3-bar-item w3-theme-d2 w3-button" href="#connections">
<h4>Connections</h4>
</a>
${this.connections
.filter((x) => x.id && !x.destroy_reason)
.map(