Skip to content

Commit

Permalink
increase margin on migration logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jun 21, 2023
1 parent 016e7db commit c7574b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dashboard/src/components/Migrating.vue
@@ -1,7 +1,7 @@
<template>
<div class="d-flex flex-column align-items-center justify-content-center min-vh100 p-2">
<div class="d-flex flex-column align-items-center justify-content-center">
<logo class="mb-1" />
<logo class="mb-3" />
<h2 class="text-white text-center mb-4">Migration Assistant</h2>

<b-progress
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/src/components/MigratingComplete.vue
@@ -1,6 +1,6 @@
<template>
<div class="d-flex flex-column align-items-center justify-content-center min-vh100 p-2">
<logo class="mb-1" />
<logo class="mb-3" />
<h2 v-if="error" class="text-white text-center">Migration failed</h2>
<h2 v-else class="text-white text-center">Migration complete</h2>

Expand Down

0 comments on commit c7574b2

Please sign in to comment.