feat: open server info by clicking the ticker

Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
naskya 2023-09-17 10:04:58 +09:00 committed by limepotato
parent b251b738cd
commit c8ab8e762b

View file

@ -40,6 +40,7 @@
v-if="showTicker" v-if="showTicker"
class="ticker" class="ticker"
:instance="note.user.instance" :instance="note.user.instance"
:host="note.user.host"
/> />
</div> </div>
</div> </div>