diff --git a/src/pages/Splash.vue b/src/pages/Splash.vue index 54df0e10c..e6fbeda7a 100644 --- a/src/pages/Splash.vue +++ b/src/pages/Splash.vue @@ -4,17 +4,10 @@

Risk of Rain 2 updates may break mods. If a new update has been released, please be patient.

- -
- -
+
+
+
+ +
@@ -48,18 +51,27 @@   Did you know?

-

- You can use the "Install with Mod Manager" button on Thunderstore - with r2modman. -

-
+
    +
  • +

    + You can use the "Install with Mod Manager" button on Thunderstore + with r2modman. +

    +
  • +
  • +

    + You can export the selected profile from the settings screen as either a file, or a code. + This makes it easy to share your mod list with friends! +

    +
  • +

  - Got any problems? + Having trouble?

Send a screenshot of the error in the Thunderstore modding discord server. Feel free to ping me @@ -225,6 +237,10 @@ export default class Splash extends Vue { }) } + retryConnection() { + this.$router.go(0); + } + continueOffline() { ThunderstorePackages.PACKAGES = []; this.$router.push({path: '/profiles'});