diff --git a/src/components/sections/Work.astro b/src/components/sections/Work.astro index eee573f..ddbf7eb 100644 --- a/src/components/sections/Work.astro +++ b/src/components/sections/Work.astro @@ -23,6 +23,7 @@ interface Project { name: string; icon: any; }>; + link?: string; } const getTagIcon = (tag: string) => { @@ -71,6 +72,7 @@ const projects: Project[] = [ { name: "Tailwind CSS", icon: getTagIcon("Tailwind CSS") }, { name: "TypeScript", icon: getTagIcon("TypeScript") }, ], + link: "https://ventry.host", }, { title: "ventry.host", @@ -117,15 +119,15 @@ const sortedProjects = [...projects].sort((a, b) => {
+ You are being redirected to +
+ +