From 4c93e4ac3306adfd28068dc7bea6f7a131ae0c6b Mon Sep 17 00:00:00 2001 From: Shawn Wilsher Date: Wed, 12 Jul 2017 08:55:03 -0700 Subject: [PATCH] Use HTML entity instead of a unicode character Some editors are unhappy using unicode in a file. Let's use the HTML entity instead. --- examples/core/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/core/Footer.js b/examples/core/Footer.js index 9ff597552c..612936c08d 100644 --- a/examples/core/Footer.js +++ b/examples/core/Footer.js @@ -111,7 +111,7 @@ class Footer extends React.Component { />
- Copyright © {currentYear} Facebook Inc. + Copyright © {currentYear} Facebook Inc.
);