Skip to content

Commit bb2a85d

Browse files
committed
feat: added Google Scholar link
1 parent de0d8b2 commit bb2a85d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export default function Home() {
9292
{ href: "https://github.com/rishiskhare", label: "github" },
9393
{ href: "https://x.com/rishiskhare", label: "x" },
9494
{ href: "https://www.instagram.com/rishiskhare/", label: "instagram" },
95+
{ href: "https://scholar.google.com/citations?hl=en&view_op=list_works&gmla=ANZ5fUP-D0RMLmTn3pZ9BBawlICFWs8WBxt3Ruir1vK9oZ_H5vrFHFiewFtE1y1EIX5RTAarwfun-EhDV8_z-g&user=1SFrDE4AAAAJ", label: "scholar" },
9596
].map((link, index) => (
9697
<a key={index} href={link.href} target="_blank" rel="noopener noreferrer" className="social-link rounded-md">
9798
{link.label}

0 commit comments

Comments
 (0)