Add travelynx link, small fixes

This commit is contained in:
Agatha Lovelace 2024-01-04 17:50:18 +01:00
parent 60ebc18af7
commit bd6a6777ad
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -80,10 +80,10 @@
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.`;
}
});
</script>
</body>
</html>
</html>