Skip to content

Commit

Permalink
Fix punctuation in project descriptions for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbraksa committed Dec 17, 2024
1 parent ed9bf87 commit c3670b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const projects: Project[] = [
{
title: "Voxgig",
techs: [
"Software consultancy & SaaS company, maintaining Seneca.js & building DevRel tools",
"Software consultancy & SaaS company, maintaining Seneca.js & building DevRel tools.",
],
link: "https://voxgig.com",
},
Expand All @@ -35,7 +35,7 @@ const projects: Project[] = [
},
{
title: "Qudos",
techs: ["The Product Hunt for dev tools"],
techs: ["The Product Hunt for dev tools."],
link: "https://www.producthunt.com/products/qudos#qudos",
},
];
Expand Down

0 comments on commit c3670b5

Please sign in to comment.