From 2942e2685287e68bd0c2ac5957028e5f23c35cd6 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 18 Nov 2024 13:21:31 -0500 Subject: [PATCH] fixed soundcloud site url --- src/data/svgs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 4e5b856..94c4f7d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3060,6 +3060,6 @@ export const svgs: iSVG[] = [ light: '/library/soundcloud-wordmark.svg', dark: 'library/soundcloud-wordmark_dark.svg' }, - url: 'https://trpc.io/' + url: 'https://soundcloud.com/' } ];