mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Adding sponsors.
This commit is contained in:
parent
f140cfa847
commit
27ea8af992
1 changed files with 2 additions and 3 deletions
5
ui/src/components/sponsors.tsx
vendored
5
ui/src/components/sponsors.tsx
vendored
|
@ -3,9 +3,8 @@ import { WebSocketService } from '../services';
|
|||
import { i18n } from '../i18next';
|
||||
import { T } from 'inferno-i18next';
|
||||
|
||||
let general =
|
||||
[
|
||||
"Nathan J. Goode",
|
||||
let general = [
|
||||
"riccardo","NotTooHighToHack",
|
||||
];
|
||||
// let highlighted = [];
|
||||
// let silver = [];
|
||||
|
|
Loading…
Reference in a new issue