diff --git a/apps/web/src/common/components/Header/CommunityDropdown.tsx b/apps/web/src/common/components/Header/CommunityDropdown.tsx
index d3ab71f81..6bf7c2397 100644
--- a/apps/web/src/common/components/Header/CommunityDropdown.tsx
+++ b/apps/web/src/common/components/Header/CommunityDropdown.tsx
@@ -132,9 +132,7 @@ const RepoLinks = () => {
AtomGit
- {t('common:community.official_repository_on_atomgit', {
- defaultValue: 'Official repository on AtomGit',
- })}
+ {t('common:community.official_repository_on_atomgit')}
diff --git a/apps/web/src/modules/intelligent-analysis/components/SideBar/index.tsx b/apps/web/src/modules/intelligent-analysis/components/SideBar/index.tsx
index 676747db5..3fb9a8fb0 100644
--- a/apps/web/src/modules/intelligent-analysis/components/SideBar/index.tsx
+++ b/apps/web/src/modules/intelligent-analysis/components/SideBar/index.tsx
@@ -24,16 +24,16 @@ const SideBar: React.FC = () => {
icon: ,
label: t('sidebar.overview'),
},
- {
- key: 'submit-project',
- icon: ,
- label: t('sidebar.submit_project'),
- },
- {
- key: 'my-submissions',
- icon: ,
- label: t('sidebar.my_submissions'),
- },
+ // {
+ // key: 'submit-project',
+ // icon: ,
+ // label: t('sidebar.submit_project'),
+ // },
+ // {
+ // key: 'my-submissions',
+ // icon: ,
+ // label: t('sidebar.my_submissions'),
+ // },
];
const handleMenuClick: MenuProps['onClick'] = (e) => {