uncomment (the most) important code
Some checks failed
CI / build (push) Successful in 13s
CI / lint (push) Failing after 9s
CI / build-and-push-docker (push) Successful in 19s

This commit is contained in:
2025-08-31 16:01:43 +02:00
parent 6595a7f8bb
commit 8f9b2c6abe
2 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ import Timetable from "@/components/Timetable/Timetable";
import Weather from "@/components/Weather/Weather";
import amogus from "/img/amogus.png";
import FourTwenty from "../FourTwenty/FourTwenty";
import FourTwenty from "@components/FourTwenty/FourTwenty";
import style from "./style.module.css";
export default function Dashboard() {

View File

@@ -1,4 +1,4 @@
// import style from "./style.module.css";
import style from "./style.module.css";
// function Timer({ hours, minutes }: { hours: number; minutes: number }) {
// const x = hours > 0 ? `${hours}h ` : "";
@@ -16,17 +16,17 @@
// function FourTwentyLoading() {}
// function FourTwentySmoking() {
// return (
// <div className={style.container}>
// <img
// className={style.image}
// src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMjFlYnhzYzJnc3ZzejBnOGZzcHFpNGpxOHNrN2dwcnZ3NmZ2eWJ0dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5xaOcLRnsWIB0CkfE3u/giphy.gif"
// alt="Smoking"
// />
// </div>
// );
// }
function FourTwentySmoking() {
return (
<div className={style.container}>
<img
className={style.image}
src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMjFlYnhzYzJnc3ZzejBnOGZzcHFpNGpxOHNrN2dwcnZ3NmZ2eWJ0dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5xaOcLRnsWIB0CkfE3u/giphy.gif"
alt="Smoking"
/>
</div>
);
}
export default function FourTwenty() {
return (