mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44: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 NewsFeed from "@components/NewsFeed.tsx";
|
||||||
import InfoBoard from "@components/InfoBoard.tsx";
|
import InfoBoard from "@components/InfoBoard.tsx";
|
||||||
|
|
||||||
|
import "@css/layout/Launcher.scss";
|
||||||
|
|
||||||
function Launcher() {
|
function Launcher() {
|
||||||
return (
|
return (
|
||||||
<div class={"Launcher_Announcements"}>
|
<div class={"Launcher"}>
|
||||||
<div>
|
<div class={"Launcher_Announcements"}>
|
||||||
<NewsFeed />
|
<NewsFeed />
|
||||||
<InfoBoard />
|
<InfoBoard />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user