aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/AppLoader
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-14 19:58:31 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-14 19:58:31 +0100
commite30fb111203c7a740d5143b2b7d9e5aa24b43c1f (patch)
tree92d0bc8ffa0909f381be0857815245cd76f5a182 /src/components/ui/AppLoader
parentUse logo variant, remove welcome text in Get Started screen (diff)
downloadferdium-app-e30fb111203c7a740d5143b2b7d9e5aa24b43c1f.tar.gz
ferdium-app-e30fb111203c7a740d5143b2b7d9e5aa24b43c1f.tar.zst
ferdium-app-e30fb111203c7a740d5143b2b7d9e5aa24b43c1f.zip
Remove title from AppLoader
Diffstat (limited to 'src/components/ui/AppLoader')
-rw-r--r--src/components/ui/AppLoader/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ui/AppLoader/index.tsx b/src/components/ui/AppLoader/index.tsx
index 0bb9cb50f..e80371e47 100644
--- a/src/components/ui/AppLoader/index.tsx
+++ b/src/components/ui/AppLoader/index.tsx
@@ -55,7 +55,6 @@ class AppLoader extends Component<Props> {
55 55
56 return ( 56 return (
57 <FullscreenLoader 57 <FullscreenLoader
58 title="Ferdi"
59 className={classes.component} 58 className={classes.component}
60 spinnerColor={theme.colorAppLoaderSpinner} 59 spinnerColor={theme.colorAppLoaderSpinner}
61 > 60 >