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 c924ab893e
commit c7b03a93f0
16 changed files with 157 additions and 154 deletions

View File

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