use nginx for prod
This commit is contained in:
@@ -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