Skip to content

Commit e9e9d3f

Browse files
committed
fix: add Gallery link to website
1 parent 341d3d5 commit e9e9d3f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/(dashboard)/page.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import React from 'react';
44
import Link from 'next/link';
55
import { Button } from '@/components/ui/button';
6-
import { Github, BookOpen, FileText, NotebookPen } from 'lucide-react';
6+
import { Github, BookOpen, FileText, NotebookPen, Image as ImageIcon } from 'lucide-react';
77
import {
88
DropdownMenu,
99
DropdownMenuContent,
@@ -62,6 +62,12 @@ export default function HomePage() {
6262
Github
6363
</Link>
6464
</Button>
65+
<Button asChild className="rounded-full px-8 py-4 text-lg">
66+
<Link href="https://tinyurl.com/vs-gallery" className="flex items-center gap-3">
67+
<ImageIcon size={20} />
68+
Gallery
69+
</Link>
70+
</Button>
6571
<Button asChild className="rounded-full px-8 py-4 text-lg">
6672
<Link href="https://x.com/shi_weiyan/status/1978453313096908916" className="flex items-center gap-3">
6773
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">

0 commit comments

Comments
 (0)