Skip to content

Commit

Permalink
Update Index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
riverrun46 committed Mar 29, 2024
1 parent 979a236 commit 37ca9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/welcome/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ needsMigrationV2().then(async (needsMigration: boolean) => {
<div class="mt-12">
<img class="mx-auto h-20 w-20" :src="MetaletLogoImg" alt="metalet-logo" />
</div>
<div class="text-2xl mt-16">Migrating to new version...</div>
<div class="text-2xl mt-16">Migrating to new version...</div>
<div class="text-lg text-gray-500">Please wait a moment.</div>
</div>
</div>
Expand All @@ -62,7 +62,7 @@ needsMigrationV2().then(async (needsMigration: boolean) => {

<div class="mt-4">
<h1 class="text-3xl font-extrabold">Metalet</h1>
<p class="mt-4 text-lg text-gray-400">Wallet for MVC & Bitcoin</p>
<p class="mt-4 text-base text-gray-400">One Wallet for All Bitcoin Ecosystems</p>
</div>
</div>

Expand Down

0 comments on commit 37ca9a1

Please sign in to comment.