From: Dessalines Date: Wed, 15 Jan 2020 15:28:27 +0000 (-0500) Subject: Updating the sponsor list. X-Git-Url: http://these/git/?a=commitdiff_plain;h=0e34e9ea7e98786a91b34113c1bfdeb8fcb1f069;p=lemmy.git Updating the sponsor list. --- diff --git a/ui/src/components/sponsors.tsx b/ui/src/components/sponsors.tsx index 077aa7d3..9883e079 100644 --- a/ui/src/components/sponsors.tsx +++ b/ui/src/components/sponsors.tsx @@ -3,8 +3,8 @@ import { WebSocketService } from '../services'; import { i18n } from '../i18next'; import { T } from 'inferno-i18next'; -let general = ['riccardo', 'NotTooHighToHack']; -// let highlighted = []; +let general = ['Andre Vallestero', 'riccardo', 'NotTooHighToHack']; +let highlighted = ['Alex Benishek']; // let silver = []; // let gold = []; // let latinum = []; @@ -59,6 +59,11 @@ export class Sponsors extends Component { #

+ {highlighted.map(s => ( +
+
{s}
+
+ ))} {general.map(s => (
{s}