From ca511539bf11fb759b4b11101826c0fff6e2a483 Mon Sep 17 00:00:00 2001 From: T0MGithub <47010185+T0MGithub@users.noreply.github.com> Date: Sun, 20 Oct 2019 11:30:07 +0100 Subject: [PATCH] Fixed Discord Tag Fixed discord tag, as they are case-sensitive. The tag should now be accurate. This should fix the profile picture not appearing on the article. --- src/content/resources/javascript/es6/arrow-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/resources/javascript/es6/arrow-functions.md b/src/content/resources/javascript/es6/arrow-functions.md index 2f02373..2bd2c64 100644 --- a/src/content/resources/javascript/es6/arrow-functions.md +++ b/src/content/resources/javascript/es6/arrow-functions.md @@ -1,6 +1,6 @@ --- authors: - - "t0m#5956" + - "T0M#5956" created_at: 2019/10/08 updated_at: 2019/10/13 title: Arrow functions