공개 프로젝트 바로가기 정리
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user