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 +}