Fix card header alignment and add weather to footer
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import style from "./style.module.css";
|
||||
|
||||
import weedImage from "/img/weed.png"
|
||||
import weedImage from "/img/weed.png";
|
||||
|
||||
export default function Footer() {
|
||||
|
||||
|
||||
return (
|
||||
<div className={style.container}>
|
||||
<div className={style.taskbar}>
|
||||
@@ -29,6 +27,9 @@ export default function Footer() {
|
||||
<span className={style.window}>
|
||||
<span className={style.windowIcon}>🧹</span>Flatastic
|
||||
</span>
|
||||
<span className={style.window}>
|
||||
<span className={style.windowIcon}>⛅</span>Weather
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user