Skip to content

Commit f37b9b2

Browse files
committed
add photography link
1 parent a156b91 commit f37b9b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/page.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { CardBody, CardContainer, CardItem } from "@/components/ui/3d-card";
1212
import Link from "next/link";
1313
import { LinkPreview } from "@/components/ui/link-preview";
1414
import { Badge } from "@/components/ui/badge";
15-
import { Code, Github, Linkedin, MapPin, MapPinned, Mail } from "lucide-react";
15+
import { Code, Github, Linkedin, MapPin, MapPinned, Mail, Aperture } from "lucide-react";
1616
import { ModeToggle } from "@/components/mode-toggle";
1717

1818
export default function Home() {
@@ -360,6 +360,9 @@ export default function Home() {
360360
}}
361361
/>
362362
</a>
363+
<a href="/photography">
364+
<Aperture className="w-6 h-6" />
365+
</a>
363366
</div>
364367
</div>
365368
</section>

0 commit comments

Comments
 (0)