Kaynağa Gözat

add a card for error

kaoritokashiki 6 yıl önce
ebeveyn
işleme
bab77c0ad1

+ 1 - 1
src/client/js/components/PageEditorByHackmd.jsx

@@ -379,7 +379,7 @@ class PageEditorByHackmd extends React.Component {
             <div className="bg-box p-5 text-center">
               <h2 className="text-warning"><i className="icon-fw icon-exclamation"></i> {t('hackmd.integration_failed')}</h2>
               <h4>{this.state.errorMessage}</h4>
-              <p className="well well-sm text-danger">
+              <p className="card well well-sm text-danger">
                 {this.state.errorReason}
               </p>
               {/* eslint-disable-next-line react/no-danger */}