From b707fedfe4f931e78efecbfc3ffa396c4d9a88d0 Mon Sep 17 00:00:00 2001 From: AtHeartEngineer <1675654+AtHeartEngineer@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:05:10 -0400 Subject: [PATCH 1/2] Update discreetly.ts --- data/projects/discreetly.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/projects/discreetly.ts b/data/projects/discreetly.ts index cff9c4cb..d26dd246 100644 --- a/data/projects/discreetly.ts +++ b/data/projects/discreetly.ts @@ -13,11 +13,12 @@ export const discreetly: ProjectInterface = { description, links: { github: "https://github.com/Discreetly", + website: "https://app.discreetly.chat/", }, tags: { keywords: ["Anonymity/privacy", "Social"], themes: ["play"], types: ["Legos/dev tools", "Proof of concept", "Application"], - builtWith: ["rln", "semaphore", "waku"], + builtWith: ["rln", "semaphore"], }, } From fa6b0e392870bdaef8e1f70e51f561d33230714a Mon Sep 17 00:00:00 2001 From: AtHeartEngineer <1675654+AtHeartEngineer@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:06:01 -0400 Subject: [PATCH 2/2] Update discreetly.ts --- data/projects/discreetly.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/projects/discreetly.ts b/data/projects/discreetly.ts index d26dd246..28867683 100644 --- a/data/projects/discreetly.ts +++ b/data/projects/discreetly.ts @@ -13,7 +13,7 @@ export const discreetly: ProjectInterface = { description, links: { github: "https://github.com/Discreetly", - website: "https://app.discreetly.chat/", + website: "https://app.discreetly.chat/" }, tags: { keywords: ["Anonymity/privacy", "Social"],