This commit is contained in:
Adria Navarro 2024-01-08 12:21:34 +01:00
parent f77b812679
commit f123a821bd
1 changed files with 9 additions and 1 deletions

View File

@ -6,4 +6,12 @@
}
</script>
<Updating {onMigrationDone} />
<div class="updating">
<Updating {onMigrationDone} />
</div>
<style>
.updating {
font-family: var(--font-sans);
}
</style>