From 6ed9884e0111162ed5a992d4536a22d3341262b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Wed, 11 Oct 2023 16:37:25 +0200 Subject: [PATCH] feat(dashboard): change blocks order --- src/pages/Dashboard.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index f09a6bd..b44e94c 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -26,7 +26,13 @@ export const DashboardPage = memo(() => { return (
- + + + + + + + {t("page.trending.title")} @@ -44,12 +50,6 @@ export const DashboardPage = memo(() => { - - - - - -
); });