Skip to content

Commit c7574b2

Browse files
committed
increase margin on migration logo
1 parent 016e7db commit c7574b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/dashboard/src/components/Migrating.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="d-flex flex-column align-items-center justify-content-center min-vh100 p-2">
33
<div class="d-flex flex-column align-items-center justify-content-center">
4-
<logo class="mb-1" />
4+
<logo class="mb-3" />
55
<h2 class="text-white text-center mb-4">Migration Assistant</h2>
66

77
<b-progress

packages/dashboard/src/components/MigratingComplete.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="d-flex flex-column align-items-center justify-content-center min-vh100 p-2">
3-
<logo class="mb-1" />
3+
<logo class="mb-3" />
44
<h2 v-if="error" class="text-white text-center">Migration failed</h2>
55
<h2 v-else class="text-white text-center">Migration complete</h2>
66

0 commit comments

Comments
 (0)