One space
This commit is contained in:
parent
3e5d75422c
commit
bf27bce466
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -72,7 +72,7 @@ function pageUpdate() {
|
||||||
var status = lanyardData.activities[0]
|
var status = lanyardData.activities[0]
|
||||||
addedHTML += "<hr><p>"
|
addedHTML += "<hr><p>"
|
||||||
if (status.emoji) {
|
if (status.emoji) {
|
||||||
addedHTML += `<img class="emoji" src="https://cdn.discordapp.com/emojis/${status.emoji.id}.webp?size=32&quality=lossless"/>`
|
addedHTML += `<img class="emoji" src="https://cdn.discordapp.com/emojis/${status.emoji.id}.webp?size=32&quality=lossless"/> `
|
||||||
}
|
}
|
||||||
if (status.state) {
|
if (status.state) {
|
||||||
addedHTML += `<em><span style="color: lightgray">"`
|
addedHTML += `<em><span style="color: lightgray">"`
|
||||||
|
|
Loading…
Reference in a new issue