mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-23 21:01:20 +00:00
Adding copie publique to donors.
This commit is contained in:
parent
f2d7aebbe3
commit
e07174974c
3 changed files with 696 additions and 1 deletions
689
src/assets/images/logo_copiepublique.svg
Normal file
689
src/assets/images/logo_copiepublique.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 234 KiB |
1
src/assets/images/logo_nlnet.svg
Normal file
1
src/assets/images/logo_nlnet.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 18 KiB |
|
@ -75,7 +75,12 @@ export const LATINUM_SPONSORS: GoldSponsor[] = [
|
||||||
{
|
{
|
||||||
name: "NLnet",
|
name: "NLnet",
|
||||||
link: "https://nlnet.nl",
|
link: "https://nlnet.nl",
|
||||||
avatar: "https://nlnet.nl/image/logo_nlnet.svg",
|
avatar: "/static/assets/images/logo_nlnet.svg",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Copie Publique",
|
||||||
|
link: "https://copiepublique.fr/",
|
||||||
|
avatar: "/static/assets/images/logo_copiepublique.svg",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue