[] Added webOS alliance URL in Info.app

This commit is contained in:
ThinLiquid 2024-01-16 11:21:19 +00:00
parent fc675e8300
commit 5e6205cd76
No known key found for this signature in database
GPG key ID: 17538DC3DF6A7387

View file

@ -43,7 +43,7 @@ const Info: Process = {
}).text(`v${String(process.sysInfo.version)}`), }).text(`v${String(process.sysInfo.version)}`),
new HTML('br'), new HTML('br'),
new HTML('a').attr({ new HTML('a').attr({
href: '' href: 'https://discord.gg/nj93ywpyRy'
}).append( }).append(
new HTML('img').attr({ new HTML('img').attr({
src: badge, src: badge,