diff --git a/apps/app-frontend/src/assets/astralrinth-app.svg b/apps/app-frontend/src/assets/astralrinth-app.svg new file mode 100644 index 000000000..9f6d39a46 --- /dev/null +++ b/apps/app-frontend/src/assets/astralrinth-app.svg @@ -0,0 +1,102 @@ + +AstralRinth diff --git a/apps/app-frontend/src/components/ui/SplashScreen.vue b/apps/app-frontend/src/components/ui/SplashScreen.vue index 7783f0820..067ee67d8 100644 --- a/apps/app-frontend/src/components/ui/SplashScreen.vue +++ b/apps/app-frontend/src/components/ui/SplashScreen.vue @@ -2,71 +2,7 @@
- + {{ message }}
@@ -82,6 +18,7 @@ import { injectLoadingState } from '@modrinth/ui' import { ref, watch } from 'vue' import ProgressBar from '@/components/ui/ProgressBar.vue' +import astralrinthAppLogo from '@/assets/astralrinth-app.svg?url' import { loading_listener } from '@/helpers/events.js' const doneLoading = ref(false) @@ -174,7 +111,7 @@ loading_listener(async (e) => { } .app-logo { - height: 2.25rem; + height: 10.5rem; width: fit-content; }