feat: icons
CI / 🔍 Lint & Type Check (push) Successful in 1m46s
CI / 🐳 Build & Push Image (push) Successful in 47s

This commit is contained in:
2026-07-16 17:53:13 +02:00
parent 6b4953ca36
commit 0c2f42b4a3
6 changed files with 46 additions and 76 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
import Link from "next/link";
import HomeElement, {
AstroneerIcon,
JellyfinIcon,
JellyseerrIcon,
MinecraftIcon,
SeerrIcon,
StreamingIcon,
} from "./components/HomeElement";
import { astroneerServer, siteConfig } from "./lib/server-config";
@@ -32,7 +32,7 @@ export default function Home() {
variant="jellyfin"
external
>
<JellyfinIcon />
<StreamingIcon />
</HomeElement>
<HomeElement
@@ -43,7 +43,7 @@ export default function Home() {
variant="seerr"
external
>
<SeerrIcon />
<JellyseerrIcon />
</HomeElement>
<HomeElement