Footer
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import Flatastic from "@/components/Flatastic/Flatastic";
|
||||
import HomeAssistant from "@/components/HomeAssistant/HomeAssistant";
|
||||
import Timetable from "@/components/Timetable/Timetable";
|
||||
import Footer from "@/components/Footer/Footer";
|
||||
|
||||
import style from "./style.module.css";
|
||||
|
||||
@@ -19,7 +20,9 @@ export default function Dashboard() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className={style.footer}></div>
|
||||
<div className={style.footer}>
|
||||
<Footer />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: red;
|
||||
background-color: rgba(220, 220, 220, 0.5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user