We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016e7db commit c7574b2Copy full SHA for c7574b2
packages/dashboard/src/components/Migrating.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div class="d-flex flex-column align-items-center justify-content-center min-vh100 p-2">
3
<div class="d-flex flex-column align-items-center justify-content-center">
4
- <logo class="mb-1" />
+ <logo class="mb-3" />
5
<h2 class="text-white text-center mb-4">Migration Assistant</h2>
6
7
<b-progress
packages/dashboard/src/components/MigratingComplete.vue
@@ -1,6 +1,6 @@
<h2 v-if="error" class="text-white text-center">Migration failed</h2>
<h2 v-else class="text-white text-center">Migration complete</h2>
0 commit comments