Add travelynx link, small fixes
This commit is contained in:
parent
60ebc18af7
commit
bd6a6777ad
|
@ -18,6 +18,7 @@ Feel free to DM me anytime. I'm more likely to respond if we've interacted befor
|
|||
# My other pages
|
||||
|
||||
[Mastodon](https://fv.technogothic.net/@AgathaSorceress)
|
||||
[Travelynx](https://travelynx.de/p/AgathaSorceress)
|
||||
[Last.fm](https://www.last.fm/user/EmpressLovelace)
|
||||
[Steam](https://steamcommunity.com/id/AgathaSorceress)
|
||||
[Twitch](https://www.twitch.tv/agathasorceress)
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
output.innerHTML = `<b>${price - current}€</b> left until the chair is no longer load-bearing.`;
|
||||
output.innerHTML = `<b>${Math.round(price - current)}€</b> left until the chair is no longer load-bearing.`;
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue