* fix html displaying in marketplace banner description

* always bold install risk copy

* display correct pkg in marketplace when diff registry, copy changes

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com>
This commit is contained in:
Lucy C
2022-12-02 23:20:01 -07:00
committed by GitHub
parent 1d6c61cc5b
commit bd5668d15d
9 changed files with 78 additions and 76 deletions

View File

@@ -59,7 +59,7 @@ export class SuccessPage {
const ret = await this.api.complete()
if (!this.isKiosk) {
this.torAddress = ret['tor-address']
this.lanAddress = ret['lan-address']
this.lanAddress = ret['lan-address'].replace('https', 'http')
this.cert = ret['root-ca']
await this.api.exit()