diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 247037c..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "recommendations": [ - "golang.go", - "bradlc.vscode-tailwindcss", - "redhat.vscode-yaml", - "a-h.templ" - ] -} \ No newline at end of file diff --git a/pages/projects.go b/pages/projects.go index 2c35e93..e236f9e 100644 --- a/pages/projects.go +++ b/pages/projects.go @@ -14,8 +14,8 @@ func Projects(c echo.Context) error { { Name: "Pollo", Description: "A dead-simple real-time voting tool.", - Tags: []string{"react", "remix.js", "product"}, - Href: "https://pollo.atri.dad", + Tags: []string{"golang", "htmx", "product"}, + Href: "https://github.com/atridadl/pollo", }, { Name: "GOTH Stack",