mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
k
This commit is contained in:
parent
824ea1a8c7
commit
304342d4da
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ import { motion } from "framer-motion";
|
||||||
import { Highlight } from "@/components/Highlight";
|
import { Highlight } from "@/components/Highlight";
|
||||||
import { Fragment } from "react";
|
import { Fragment } from "react";
|
||||||
import { specs } from "@/utils";
|
import { specs } from "@/utils";
|
||||||
|
import Link from 'next/link';
|
||||||
|
|
||||||
export default function Homelab() {
|
export default function Homelab() {
|
||||||
return (
|
return (
|
||||||
|
@ -17,7 +18,7 @@ export default function Homelab() {
|
||||||
transition={{ duration: 0.5 }}
|
transition={{ duration: 0.5 }}
|
||||||
className="absolute top-6 left-6"
|
className="absolute top-6 left-6"
|
||||||
>
|
>
|
||||||
<a href="/" className="text-[--text-secondary] dark:[--text-primary]">
|
<Link href="/" className="text-[--text-secondary] dark:[--text-primary]">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
className="h-6 w-6"
|
className="h-6 w-6"
|
||||||
|
@ -33,7 +34,7 @@ export default function Homelab() {
|
||||||
d="M10 19l-7-7m0 0l7-7m-7 7h18"
|
d="M10 19l-7-7m0 0l7-7m-7 7h18"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</Link>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
<motion.div
|
<motion.div
|
||||||
initial={{ opacity: 0, y: 20 }}
|
initial={{ opacity: 0, y: 20 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue