feat: show projects link when not own any projects (#104)

This commit is contained in:
Takeshi Kimata
2024-11-21 22:23:12 +09:00
committed by GitHub
parent 85b6285cd3
commit 19889e0b03
4 changed files with 19 additions and 5 deletions

View File

@@ -10,6 +10,8 @@ export default function Page({ params }: PageType) {
public: t('public'),
private: t('private'),
noProjectsFound: t('no_projects_found'),
notOwnAnyProjects: t('not_own_any_projects'),
findProjects: t('find_projects'),
};
return <AccountPage messages={messages} locale={params.locale as LocaleCodeType} />;