mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Updating sponsors.
This commit is contained in:
parent
3bcf82682d
commit
586e8861de
1 changed files with 6 additions and 1 deletions
7
ui/src/components/sponsors.tsx
vendored
7
ui/src/components/sponsors.tsx
vendored
|
@ -3,7 +3,12 @@ import { WebSocketService } from '../services';
|
|||
import { i18n } from '../i18next';
|
||||
import { T } from 'inferno-i18next';
|
||||
|
||||
let general = ['Andre Vallestero', 'riccardo', 'NotTooHighToHack'];
|
||||
let general = [
|
||||
'Nathan J. Goode',
|
||||
'Andre Vallestero',
|
||||
'riccardo',
|
||||
'NotTooHighToHack',
|
||||
];
|
||||
let highlighted = ['Alex Benishek'];
|
||||
// let silver = [];
|
||||
// let gold = [];
|
||||
|
|
Loading…
Reference in a new issue