mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 15:14:35 +01:00
(feat:layout) Improve the layout for the launcher screen
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import NewsFeed from "@components/NewsFeed.tsx";
|
||||
import InfoBoard from "@components/InfoBoard.tsx";
|
||||
|
||||
import "@css/layout/Launcher.scss";
|
||||
|
||||
function Launcher() {
|
||||
return (
|
||||
<div class={"Launcher_Announcements"}>
|
||||
<div>
|
||||
<div class={"Launcher"}>
|
||||
<div class={"Launcher_Announcements"}>
|
||||
<NewsFeed />
|
||||
<InfoBoard />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user