diff --git a/src/components/rankTable/RankTable.tsx b/src/components/rankTable/RankTable.tsx index 0c1e2a3..e8dab1f 100644 --- a/src/components/rankTable/RankTable.tsx +++ b/src/components/rankTable/RankTable.tsx @@ -137,7 +137,7 @@ export const RankSearchBar = ({ return (
-
+
-
+
{ {t('info.opensource')} - + {repo.license} diff --git a/src/pages/periodical/volume/[id].tsx b/src/pages/periodical/volume/[id].tsx index 279928a..f31f04d 100644 --- a/src/pages/periodical/volume/[id].tsx +++ b/src/pages/periodical/volume/[id].tsx @@ -372,6 +372,5 @@ export async function getStaticProps({ params, locale }: any) { volume, ...(await serverSideTranslations(locale, ['common', 'periodical'])), }, - revalidate: 60, }; }