Shun Miyazawa 2 سال پیش
والد
کامیت
4b37fe6e57
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/pages/me/[[...path]].page.tsx

+ 1 - 1
apps/app/src/pages/me/[[...path]].page.tsx

@@ -76,7 +76,7 @@ const MePage: NextPageWithLayout<Props> = (props: Props) => {
       if (page == null) {
         return {
           title: 'NotFoundPage',
-          component: <h1 className="title">{t('commons:not_found_page.page_not_exist')}</h1>,
+          component: <h2>{t('commons:not_found_page.page_not_exist')}</h2>,
         };
       }
       return pagesMap[key];