Shun Miyazawa 3 年之前
父节点
当前提交
fee625b86a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      packages/app/src/pages/share/[[...path]].page.tsx

+ 4 - 4
packages/app/src/pages/share/[[...path]].page.tsx

@@ -70,8 +70,8 @@ const SharedPage: NextPage<Props> = (props: Props) => {
             { (isNotFound && !props.disableLinkSharing) && (
             { (isNotFound && !props.disableLinkSharing) && (
               <div className="container-lg">
               <div className="container-lg">
                 <h2 className="text-muted mt-4">
                 <h2 className="text-muted mt-4">
-                  <i className="icon-ban" aria-hidden="true"></i>
-                    <span> Page is not found</span>
+                  <i className="icon-ban" aria-hidden="true" />
+                  <span> Page is not found</span>
                 </h2>
                 </h2>
               </div>
               </div>
             )}
             )}
@@ -79,8 +79,8 @@ const SharedPage: NextPage<Props> = (props: Props) => {
             { (props.isExpired && !props.disableLinkSharing) && (
             { (props.isExpired && !props.disableLinkSharing) && (
               <div className="container-lg">
               <div className="container-lg">
                 <h2 className="text-muted mt-4">
                 <h2 className="text-muted mt-4">
-                  <i className="icon-ban" aria-hidden="true"></i>
-                    <span> Page is expired</span>
+                  <i className="icon-ban" aria-hidden="true" />
+                  <span> Page is expired</span>
                 </h2>
                 </h2>
               </div>
               </div>
             )}
             )}