feat: icons
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user