diff --git a/src/routes/(upload)/+page.svelte b/src/routes/(upload)/+page.svelte index 5eb289f..84b4484 100644 --- a/src/routes/(upload)/+page.svelte +++ b/src/routes/(upload)/+page.svelte @@ -1,132 +1,152 @@ -
- { - return submit.click(); - }} /> - - - Default save locations: -
    -
  • Windows: %appdata%\StardewValley\Saves
  • -
  • Mac: ~/Library/Application Support/StardewValley/Saves
  • -
  • Linux: ~/.config/StardewValley/Saves
  • -
- -
-

Backup your save file. Invalid save files may break the game. You take full responsibility by using this tool.

-
- -

You can access temporary backups of your saves by clicking the CD icon.

-

If you find a problem, please report it on GitHub.

-
-
+
+ { + return submit.click(); + }} /> + + + Default save locations: +
    +
  • + Windows: %appdata%\StardewValley\Saves +
  • +
  • + Mac: ~/Library/Application Support/StardewValley/Saves +
  • +
  • + Linux: ~/.config/StardewValley/Saves +
  • +
+ +
+

+ Always backup your save file. Corrupt save files may break the + game. You take full responsibility by using this tool. +

+
+ +

+ You can access temporary backups of your saves by clicking the CD icon. +

+

+ If you find a problem, please report it on GitHub. +

+
+