diff --git a/.vscode/settings.json b/.vscode/settings.json index 486e447..cf15bfd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,8 @@ { + "css.lint.unknownAtRules": "ignore", "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" } -} \ No newline at end of file +} diff --git a/app/page.tsx b/app/page.tsx index 6c6242c..ad7e384 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,9 +2,10 @@ import Link from "next/link"; import { motion } from "framer-motion"; -import { Globe, Smartphone, Server, Gamepad2, Activity } from "lucide-react"; +import { Globe, Smartphone, Server, Gamepad2 } from "lucide-react"; import { useState } from "react"; import MonitorCard from "@/components/MonitorCard"; +import Image from "next/image"; export default function Home() { const [isHoveringMonitors, setIsHoveringMonitors] = useState(false); @@ -225,7 +226,7 @@ export default function Home() {

Pipeline Status

- Build Status
- up - ms -