Skip to content

Commit d8df023

Browse files
committed
add link to icons
1 parent 40739f0 commit d8df023

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ import Link from "next/link";
44

55
const inter = Inter({ subsets: ["latin"] });
66

7+
{
8+
/*Icons from https://heroicons.com/*/
9+
}
10+
711
export default function Home() {
812
return (
913
<main

0 commit comments

Comments
 (0)