add small 420 widget

This commit is contained in:
2025-08-31 15:55:32 +02:00
parent 7556d0496a
commit f7de45e47c
3 changed files with 48 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import Weather from "@/components/Weather/Weather";
import amogus from "/img/amogus.png";
import style from "./style.module.css";
import FourTwenty from "../FourTwenty/FourTwenty";
export default function Dashboard() {
const schemes = [style.day, style.evening, style.night];
@@ -60,6 +61,9 @@ export default function Dashboard() {
<Card icon="🌤" name="Weather">
<Weather />
</Card>
<Card icon="🍁" name="420">
<FourTwenty />
</Card>
</CardRow>
<Card icon="🔔" name="Terminal" active={true}>