mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 17:14:36 +01:00
(feat:layout) Add a proper window top bar
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
import "@css/components/TopBar.scss";
|
||||
|
||||
function TopBar() {
|
||||
return (
|
||||
<div>
|
||||
<div class={"TopBar"} data-tauri-drag-region>
|
||||
<div class={"flex flex-row gap-1 text-white"}>
|
||||
<p>Cultivation</p>
|
||||
<p>2.0.0</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user