From ed553aa9f0e3f4e0dcca87539416dd05570a71c7 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 21 May 2020 21:15:39 -0400 Subject: [PATCH] Updating sponsor link. --- server/Cargo.toml | 2 +- ui/src/components/sponsors.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index dafef8b6..e658f03a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lemmy_server" version = "0.0.1" -authors = ["Dessalines "] +authors = ["Dessalines "] edition = "2018" [dependencies] diff --git a/ui/src/components/sponsors.tsx b/ui/src/components/sponsors.tsx index 95306d35..cf2bee82 100644 --- a/ui/src/components/sponsors.tsx +++ b/ui/src/components/sponsors.tsx @@ -21,7 +21,7 @@ let highlighted = ['Oskenso Kashi', 'Alex Benishek']; let silver: Array = [ { name: 'Redjoker', - link: 'https://redcard.iww.org/user/register', + link: 'https://iww.org', }, ]; // let gold = [];