From ad4a8778ae18527b47da77cd37c19ef9db18226e Mon Sep 17 00:00:00 2001 From: Fabio Spampinato Date: Sun, 22 Sep 2019 21:11:19 +0200 Subject: [PATCH] =?UTF-8?q?Added=20=E2=80=9CNotable=E2=80=9D=20to=20the=20?= =?UTF-8?q?list=20of=20users=20(#2086)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added “Notable” to the list of users * Added missing trailing comma * alphabetize the new entry --- website/siteConfig.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index 1a62c413..68fffbb9 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -85,6 +85,11 @@ const users = [ image: '/img/namuwiki_logo.png', infoLink: 'https://namu.wiki/', }, + { + caption: 'Notable', + image: 'https://raw.githubusercontent.com/notable/notable/master/resources/icon/icon.png', + infoLink: 'https://github.com/notable/notable', + }, { caption: 'Observable', image: 'https://avatars0.githubusercontent.com/u/30080011',