Skip to content

Commit

Permalink
Remove GitHub links from projects that have private repos
Browse files Browse the repository at this point in the history
  • Loading branch information
kubgus committed Aug 14, 2024
1 parent b1910f2 commit 77026f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default [
title: "heystack",
description: "Social media platform made with Nuxt.js and Supabase.",
website: "https://heystak.netlify.app/",
github: "https://github.com/kubgus/heystack",
},
{
title: "bloodline",
Expand Down Expand Up @@ -120,21 +119,18 @@ export default [
{
title: "overwork",
description: "Chrome extension that reminds you to take breaks.",
github: "https://github.com/kubgus/overwork",
website: "https://chromewebstore.google.com/detail/overwork/jhpbphonlhcgjieobohcpamgejbbkkcj",
image: "images/thumbnails/overwork.png",
},
{
title: "faux",
description: "Chrome extension that generates fake user data and working temporary emails.",
github: "https://github.com/kubgus/faux",
website: "https://chromewebstore.google.com/detail/faux/kffcggckolacihcclnifefneifapjcdl",
image: "images/thumbnails/faux.png",
},
{
title: "instant",
description: "Secure chatboard website made with Express.js and Socket.io.",
github: "https://github.com/kubgus/instant",
website: "https://instant.gustafik.com/",
image: "images/thumbnails/instant.png",
},
Expand Down

0 comments on commit 77026f9

Please sign in to comment.