diff --git a/public/img/amogus.png b/public/img/amogus.png new file mode 100644 index 0000000..ec3321e Binary files /dev/null and b/public/img/amogus.png differ diff --git a/src/components/Dashboard/Dashboard.tsx b/src/components/Dashboard/Dashboard.tsx index 11494f7..ebc9db3 100644 --- a/src/components/Dashboard/Dashboard.tsx +++ b/src/components/Dashboard/Dashboard.tsx @@ -12,6 +12,7 @@ import Terminal from "@/components/Terminal/Terminal"; import Timetable from "@/components/Timetable/Timetable"; import Weather from "@/components/Weather/Weather"; +import amogus from "/img/amogus.png"; import style from "./style.module.css"; export default function Dashboard() { @@ -42,6 +43,9 @@ export default function Dashboard() { return (