How can I change the link to the YuoHost panel?

Hi

I want to change the link of the Yunohost panel which appear on the side of each app. currently it points to the main domain of the YunoHost.

Can someone guide me where should I look to change it?

The movable tile corresponds to this script : /usr/share/ssowat/portal/assets/js/ynhpanel.js
It’s not really a link, as it embeds the YunoHost menu (the address doesn’t change in your browser URL bar when you click on it).

I have changed the main domain SSO login by editing /etc/ssowat/conf.json.persistent :
"portal_domain": "login.domain.tld"
In conf.json its domian.tld , so not I login from login.domain.tld instead of domain.tld so now the pannel is now shown in my apps. How can I point it to login.domain.tld instead of domian.tld ?