From aa16f6c3984dabee03706ccee424b9e06b394e1c Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 23 Feb 2016 14:36:24 +0800 Subject: [PATCH] Fix(site): fix icon copy text --- components/icon/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/icon/index.md b/components/icon/index.md index 46b6e5bdad..1140becfe5 100644 --- a/components/icon/index.md +++ b/components/icon/index.md @@ -120,7 +120,7 @@ const CopyableIcon = React.createClass({ }); }, render() { - const text = '<Icon type="' + this.props.type + '" />'; + const text = ''; return (