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}>