Shun Miyazawa 3 лет назад
Родитель
Сommit
1a593fc18e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/app/src/pages/share/[[...path]].page.tsx

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

@@ -71,7 +71,7 @@ const SharedPage: NextPage<Props> = (props: Props) => {
               <div className="container-lg">
                 <h2 className="text-muted mt-4">
                   <i className="icon-ban" aria-hidden="true"></i>
-                  Page is not found
+                    <span> Page is not found</span>
                 </h2>
               </div>
             )}
@@ -80,7 +80,7 @@ const SharedPage: NextPage<Props> = (props: Props) => {
               <div className="container-lg">
                 <h2 className="text-muted mt-4">
                   <i className="icon-ban" aria-hidden="true"></i>
-                  Page is expired
+                    <span> Page is expired</span>
                 </h2>
               </div>
             )}