OSDN Git Service

update the none extension message wrapper
authorZhiting Lin <zlin035@uottawa.ca>
Mon, 11 Feb 2019 03:02:59 +0000 (11:02 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Mon, 11 Feb 2019 03:02:59 +0000 (11:02 +0800)
src/components/layout/bytomWrap.jsx

index 3268af0..32ed29b 100644 (file)
@@ -8,7 +8,7 @@ export default function(WrappedComponent) {
   const BytomWrap = class extends Component {
 
     render () {
-      var contents = <div />
+      let contents = <div />
 
       if (
         window.bytom
@@ -24,9 +24,9 @@ export default function(WrappedComponent) {
                 <h1 className="title">
                   Hoo-ray! <strong>Bytom-Chrome-Extension</strong> is installed!
                 </h1>
-                <h2 className="subtitle">
+                <p className="lead">
                   However, you need to create a new account. Click the bytom icon in the top-right corner of your browser, then refresh the page.
-                </h2>
+                </p>
               </div>
               <div className="column" />
             </div>