use nginx for prod
Some checks failed
CI / build (push) Successful in 12s
CI / lint (push) Successful in 10s
CI / build-and-push-docker (push) Has been cancelled

This commit is contained in:
2025-08-29 14:52:44 +02:00
parent 795df16f5b
commit 9d4b5db64d
10 changed files with 14 additions and 41 deletions

View File

@@ -1,4 +1,7 @@
import { useEffect, useState } from "react";
import clockImage from "/img/clock.png"
import style from "./style.module.css";
export default function Datetime() {
@@ -26,7 +29,7 @@ export default function Datetime() {
return (
<div className={style.container}>
<div className={style.icon}>
<img src="src/assets/clock.png" alt="Clock" />
<img src={clockImage} alt="Clock" />
</div>
<div className={style.textContainer}>
<div className={style.time}>

View File

@@ -1,13 +1,17 @@
import style from "./style.module.css";
import weedImage from "/img/weed.png"
export default function Footer() {
return (
<div className={style.container}>
<div className={style.taskbar}>
<div className={style.startButton}>
<img
className={style.startIcon}
src="src/assets/weed.png"
src={weedImage}
alt="4:20"
/>
Start