diff --git a/neode-ui/src/views/Home.vue b/neode-ui/src/views/Home.vue index b3fd097b..5f8ca3a1 100644 --- a/neode-ui/src/views/Home.vue +++ b/neode-ui/src/views/Home.vue @@ -67,7 +67,7 @@ :class="{ 'opacity-0 pointer-events-none': showWelcomeBlock && !animateCards }" > -
+
@@ -101,7 +101,7 @@
-
+
@@ -127,6 +127,7 @@ -
+
@@ -192,7 +193,7 @@ v-if="homeRecommendedApps.length > 0" data-controller-container tabindex="0" - class="home-card controller-focusable lg:col-span-2" + class="home-card controller-focusable lg:col-span-2 order-5 lg:order-none" :class="{ 'home-card-animate': animateCards }" style="--card-stagger: 4" > @@ -239,7 +240,7 @@
@@ -265,6 +266,7 @@