use nginx for prod
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user