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
|
# My other pages
|
||||||
|
|
||||||
[Mastodon](https://fv.technogothic.net/@AgathaSorceress)
|
[Mastodon](https://fv.technogothic.net/@AgathaSorceress)
|
||||||
|
[Travelynx](https://travelynx.de/p/AgathaSorceress)
|
||||||
[Last.fm](https://www.last.fm/user/EmpressLovelace)
|
[Last.fm](https://www.last.fm/user/EmpressLovelace)
|
||||||
[Steam](https://steamcommunity.com/id/AgathaSorceress)
|
[Steam](https://steamcommunity.com/id/AgathaSorceress)
|
||||||
[Twitch](https://www.twitch.tv/agathasorceress)
|
[Twitch](https://www.twitch.tv/agathasorceress)
|
||||||
|
|
|
@ -80,10 +80,10 @@
|
||||||
return;
|
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>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue