From f66e42823f2cee92bf3f230e2f8e3329c15af5e6 Mon Sep 17 00:00:00 2001 From: Sovereign Sven Date: Wed, 4 Mar 2026 23:38:12 +0100 Subject: [PATCH] fix: update Note Duel link and description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - noteduel.com (dead) → blog.mutinywallet.com/note-duel-superposition/#note-duel - Description was wrong ("Competitive note-taking"). Updated based on the actual project: DLC-based social betting with nostr notes. --- src/data/showcaseProjects.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/showcaseProjects.json b/src/data/showcaseProjects.json index 32e2d5b..bb66c3c 100644 --- a/src/data/showcaseProjects.json +++ b/src/data/showcaseProjects.json @@ -175,10 +175,10 @@ }, { "name": "Note Duel", - "description": "Competitive note-taking and content creation platform", + "description": "Wager nostr notes on real-world outcomes using DLCs. Pick a Superposition oracle event, choose your side, and write winning/losing notes — cryptographically enforced smart contracts decide which note gets published from your profile.", "cohort": "SEC-01", - "link": "https://noteduel.com", - "linkText": "noteduel.com", + "link": "https://blog.mutinywallet.com/note-duel-superposition/#note-duel", + "linkText": "blog.mutinywallet.com", "logo": "/images/showcase/nostr-logo.png", "highlight": false },