fix code style, use names from api instead of hardcoding for flatmates users

This commit is contained in:
2025-08-28 21:47:44 +02:00
parent 6418cf882a
commit f76294ad5f
18 changed files with 165 additions and 177 deletions

View File

@@ -1,10 +1,8 @@
import { useState, useEffect } from "react";
import { useEffect, useState } from "react";
import Marquee from "react-fast-marquee";
import Datetime from "@/components/Datetime/Datetime";
import style from "./style.module.css";
import pasta from "./pasta.ts";
import style from "./style.module.css";
export default function Footer() {
const [index, setIndex] = useState(0);
@@ -29,6 +27,7 @@ export default function Footer() {
<img
className={style.startIcon}
src="src/assets/weed.png"
alt="4:20"
/>
Start
</div>