From 6e571f81aad1569a4d843564eda25c459ac9dbcf Mon Sep 17 00:00:00 2001 From: BcRikko Date: Sun, 24 Feb 2019 10:05:41 +0900 Subject: [PATCH] docs: add note --- docs/script.js | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/docs/script.js b/docs/script.js index 8253b26..e6b100c 100644 --- a/docs/script.js +++ b/docs/script.js @@ -450,8 +450,6 @@ const sampleCollection = [ { title: 'pixel-arts', showCode: false, - note: - 'Deprecated: Nintendo owns the copyright of some pixel arts. Therefore, these will be deleted.', code: `
@@ -465,17 +463,22 @@ const sampleCollection = [ - -
- - - - - - - - -
+
`, + }, + { + title: 'Nintendo-characters', + showCode: false, + note: + 'Nintendo owns the copyright of these characters. Please comply with the Nintendo guidelines and laws of the applicable jurisdiction.', + code: `
+ + + + + + + +
`, }, ];