fix code style, use names from api instead of hardcoding for flatmates users
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user