From c382655555652fa235e20fce43af530c553628c2 Mon Sep 17 00:00:00 2001 From: Eric Teubert Date: Thu, 24 Aug 2023 20:33:53 +0200 Subject: [PATCH] fix subscribe button url --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index 384f6fcd..86d84777 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -22,7 +22,7 @@ const projects = [ { title: "Podlove Subscribe Button", imageUrl: "img/podlove-subscribe-icon.svg", - link: "https://subscribe-button.podlove.org", + link: "https://subscribe.podlove.org", description: ( <>A universal and easy-to-use button, to subscribe to podcasts with player clients or website players. ),