From 3c43ba04e3da13ed95676a1dc3aba8a13bee7c8a Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Fri, 24 Nov 2023 14:00:00 +0100 Subject: [PATCH] (feat:layout) Improve the layout for the launcher screen --- src/ui/layout/Launcher.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ui/layout/Launcher.tsx b/src/ui/layout/Launcher.tsx index 3edc1b1..904c508 100644 --- a/src/ui/layout/Launcher.tsx +++ b/src/ui/layout/Launcher.tsx @@ -1,10 +1,12 @@ import NewsFeed from "@components/NewsFeed.tsx"; import InfoBoard from "@components/InfoBoard.tsx"; +import "@css/layout/Launcher.scss"; + function Launcher() { return ( -
-
+
+