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}