add small 420 widget
This commit is contained in:
@@ -13,6 +13,7 @@ import Timetable from "@/components/Timetable/Timetable";
|
||||
import Weather from "@/components/Weather/Weather";
|
||||
|
||||
import style from "./style.module.css";
|
||||
import FourTwenty from "../FourTwenty/FourTwenty";
|
||||
|
||||
export default function Dashboard() {
|
||||
const schemes = [style.day, style.evening, style.night];
|
||||
@@ -56,6 +57,9 @@ export default function Dashboard() {
|
||||
<Card icon="🌤" name="Weather">
|
||||
<Weather />
|
||||
</Card>
|
||||
<Card icon="🍁" name="420">
|
||||
<FourTwenty />
|
||||
</Card>
|
||||
</CardRow>
|
||||
|
||||
<Card icon="🔔" name="Terminal" active={true}>
|
||||
|
||||
Reference in New Issue
Block a user