Pollo returns!

This commit is contained in:
2024-04-09 11:32:15 -06:00
parent 3f90abe196
commit 14e59c2b9c
4 changed files with 7 additions and 7 deletions

View File

@ -12,10 +12,10 @@ type ProjectProps struct {
func Projects(c echo.Context) error {
projects := []lib.CardLink{
{
Name: "Sprint Padawan",
Description: "A scrum poker tool that helps agile teams plan their sprints in real-time.",
Name: "Pollo",
Description: "A dead-simple real-time voting tool.",
Tags: []string{"react", "remix.js", "product"},
Href: "https://sprintpadawan.dev",
Href: "https://pollo.atri.dad",
},
{
Name: "Atash",