Skip to content
Snippets Groups Projects

Revert "Fix: spacing title and help button"

Merged Birthe Emilie Christiansen requested to merge dashboard into development
2 files
+ 6
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -86,7 +86,7 @@ const isSavingGoalsEmpty = computed(() => savingGoals.value.length === 0)
</div>
<div class="flex justify-center pb-2">
<Sparti :theme="theme">
<span>Hei <strong>{{ displayName }}</strong>, velkommen tilbake!</span>
<span>Hei <strong>{{ displayName }}</strong>, fint å seg deg!</span>
</Sparti>
</div>
<div class="flex flex-col justify-center gap-y-10 md:flex-row md:gap-y-0 md:gap-x-12 md:mb-10 md:flex-grow
Loading