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}>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user