ssb: Fix the tab cycling order.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 37m34s

This commit is contained in:
2025-06-25 20:23:01 -04:00
parent 6af36cafa9
commit cef526bcf3
2 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ class TfElement extends LitElement {
let channel_names = [
'',
'@',
'🔐',
'👍',
'🔐',
...this.channels.map((x) => '#' + x),
];
let index = channel_names.indexOf(this.hash.substring(1));