Skip to content

Commit

Permalink
fix: 중복된 타입 제거
Browse files Browse the repository at this point in the history
Co-authored-by: Jiyoung Jung <72294509+Jungjjeong@users.noreply.github.com>
  • Loading branch information
klmhyeonwoo and Jungjjeong authored Dec 2, 2024
1 parent d17de00 commit d8313cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/gnb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

export type GNBMenu = {
name: '소개' | '모집 안내' | '프로젝트' | '블로그' | '지원하기' | '지원하기';
name: '소개' | '모집 안내' | '프로젝트' | '블로그' | '지원하기';
href: '/about' | '/recruit' | '/recruit#apply' | '/project' | '/blog';
type: 'text' | 'button';
isNewTab?: boolean;
Expand Down

0 comments on commit d8313cf

Please sign in to comment.