diff options
author | mat <github@matdoes.dev> | 2022-05-19 00:08:43 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-19 00:08:43 -0500 |
commit | fd4b49075a2cbdddac0af4c22c129d08cf5e5428 (patch) | |
tree | c39611a48966c715697712dc5d7e281110b56e3a /src | |
parent | 879aea10cc4abda52d4367a57401bfa986636814 (diff) | |
download | skyblock-stats-fd4b49075a2cbdddac0af4c22c129d08cf5e5428.tar.gz skyblock-stats-fd4b49075a2cbdddac0af4c22c129d08cf5e5428.tar.bz2 skyblock-stats-fd4b49075a2cbdddac0af4c22c129d08cf5e5428.zip |
add a short description to the auction prices page
Diffstat (limited to 'src')
-rw-r--r-- | src/routes/auctionprices.svelte | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/routes/auctionprices.svelte b/src/routes/auctionprices.svelte index 9e7615c..14117fc 100644 --- a/src/routes/auctionprices.svelte +++ b/src/routes/auctionprices.svelte @@ -98,7 +98,10 @@ } </script> -<Head title="SkyBlock Auction Prices" /> +<Head + title="SkyBlock Auction Prices" + description="View how many coins every SkyBlock item costs in the auction house." +/> <Header /> <svelte:window on:scroll={checkScroll} /> |