mirror of
https://github.com/yuzu-emu/discord-open-source.git
synced 2025-01-05 05:55:41 +00:00
fix(nuxtjs): Use SVG logo, update inviteCode and add quote (#163)
This commit is contained in:
parent
70f75c8495
commit
dae19e8031
|
@ -495,9 +495,10 @@
|
|||
"githubUrl": "https://github.com/lusaxweb/vuesax"
|
||||
},
|
||||
{
|
||||
"logo": "nuxtjs.png",
|
||||
"logo": "nuxtjs.svg",
|
||||
"title": "Nuxt.js",
|
||||
"inviteCode": "Y6HGQeP",
|
||||
"inviteCode": "ps2h6QT",
|
||||
"quote": "Discord allows Nuxt.js core team to chat and take decisions together in real-time. It engages our open source community to ask questions, get feedbacks for their projects and learn from each others.",
|
||||
"githubUrl": "https://github.com/nuxt/nuxt.js"
|
||||
},
|
||||
{
|
||||
|
|
BIN
logos/nuxtjs.png
BIN
logos/nuxtjs.png
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
7
logos/nuxtjs.svg
Normal file
7
logos/nuxtjs.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg width="72" height="72" viewBox="0 0 72 72" version="1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="translate(0 9)" fill="#FFF" fill-rule="evenodd">
|
||||
<path d="M22 53v-1-2H5L30 5l11 19 3-2L34 2l-4-2c-1 0-2 0-3 2L1 48c-1 1-2 3-1 5l4 1h22l-4-1z"/>
|
||||
<path d="M71 48L50 11s-1-2-3-2l-4 2-2 5v8l6-11 20 37h-7a4 4 0 0 1-1 2c-1 2-3 2-4 2h13s2 0 3-2v-4z"/>
|
||||
<path d="M60 52v-2l-1-2-16-28-2-4-3 4-16 28-1 2a4 4 0 0 0 1 3l4 1h30s3 0 4-2zM41 24l15 26H26l15-26z" fill-rule="nonzero"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 506 B |
Loading…
Reference in a new issue