공개 프로젝트 바로가기 정리

This commit is contained in:
seo
2026-07-02 19:17:47 +09:00
parent e47a42462a
commit 2d6e0f37ef
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ const userIconItems = [
id: 'git',
img: 'https://git.chaegeon.com/assets/img/favicon.svg',
label: 'GIT',
onclick: () => requireAccess(() => location.href = 'https://git.chaegeon.com')
onclick: () => location.href = 'https://git.chaegeon.com/explore/repos'
}
];
@@ -47,7 +47,7 @@ const adminIconItems = [
id: 'project',
img: 'https://git.chaegeon.com/assets/img/favicon.svg',
label: '프로젝트',
onclick: () => requireAccess(() => location.href = 'https://git.chaegeon.com')
onclick: () => location.href = 'https://git.chaegeon.com/explore/repos'
},
{
id: 'block',