Skip to content

Commit

Permalink
chore(utils): loading title position
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Apr 28, 2023
1 parent 3beec53 commit a2e5305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/utils/LoadingScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
src="/logo_default.svg"
/>
<p
class="md:text-2xl text-lg font-raleway animate-pulse absolute top-1/5 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-full text-center"
class="md:text-2xl text-lg font-raleway animate-pulse absolute top-1/10 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-full text-center"
>
{{ t('landing.loading') }}
</p>
Expand Down

0 comments on commit a2e5305

Please sign in to comment.