Shun Miyazawa 2 лет назад
Родитель
Сommit
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];