From acee60f85b65714ec6f873d17a0ea1f9cb26401a Mon Sep 17 00:00:00 2001 From: Amio Date: Wed, 12 Jun 2019 19:14:13 +0800 Subject: [PATCH] Update icon examples url --- components/home-intro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/home-intro.js b/components/home-intro.js index 9851489..b988a67 100644 --- a/components/home-intro.js +++ b/components/home-intro.js @@ -72,7 +72,7 @@ const colorExamples = () => { const iconExamples = () => { return Object.keys(icons).map(icon => { - const url = `/badge/-/${icon}?icon=${icon}&label` + const url = `/badge/icon/${icon}?icon=${icon}&label` return (