chore: release v0.36.0

This commit is contained in:
Ulas Kalayci
2026-04-29 21:15:26 +02:00
parent 5fd2ff80ad
commit 3f69c7c698
27 changed files with 424 additions and 182 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ const ONBOARDING_KEY = 'oikos-onboarded';
function getOnboardingSteps() {
return [
{ icon: 'home', title: t('onboarding.step1Title'), body: t('onboarding.step1Body') },
{ icon: 'grid-2x2', title: t('onboarding.step2Title'), body: t('onboarding.step2Body') },
{ icon: 'circle-check', title: t('onboarding.step3Title'), body: t('onboarding.step3Body') },
{ icon: 'navigation', title: t('onboarding.step2Title'), body: t('onboarding.step2Body') },
{ icon: 'plus-circle', title: t('onboarding.step3Title'), body: t('onboarding.step3Body') },
];
}