From 24ca0727e7dbcb9467fba67c40253344642869ad Mon Sep 17 00:00:00 2001 From: MCorange99 Date: Tue, 19 Mar 2024 15:23:32 +0200 Subject: [PATCH] Update Redirect.tsx --- src/components/Redirect.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Redirect.tsx b/src/components/Redirect.tsx index 2d3602d..82c1058 100644 --- a/src/components/Redirect.tsx +++ b/src/components/Redirect.tsx @@ -3,7 +3,7 @@ import { Route, Router, Routes, useParams } from "@solidjs/router"; const redirects = { "github": "https://github.com/MCorange99", "ko-fi": "https://ko-fi.com/mcorange", - "mastadon": "https://river.group.lt/@mcorange", + "mastadon": "https://bark.lgbt/@mcorange", }; @@ -26,4 +26,4 @@ export default () => { function redirect(p: string) { window.location.assign(p); -} \ No newline at end of file +}