Skip to content

Commit

Permalink
Merge pull request #31 from GDG-on-Campus-KNU/feature/client#18
Browse files Browse the repository at this point in the history
Fix: 구글 사이트 인증 및 AI 섹션 추가
  • Loading branch information
toothlessdev authored Oct 16, 2024
2 parents 61717cb + 2a37599 commit a934aad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<meta name="google-site-verification" content="3kOtuUiuYgIH9hLNhL5b0MVV64QwMh7fJUQYqhnDsh0" />

<title>VISION CHALLENGETHON | GDG on Campus KNU</title>

<meta
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/pages/ApplySection/ApplySection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const ApplySection = () => {
<ApplyPositionItem value="FRONTEND">프론트엔드</ApplyPositionItem>
<ApplyPositionItem value="BACKEND">백엔드</ApplyPositionItem>
<ApplyPositionItem value="ANDROID">안드로이드</ApplyPositionItem>
<ApplyPositionItem value="AI">AI</ApplyPositionItem>
<ApplyPositionItem value="DESIGN">디자인</ApplyPositionItem>
<ApplyPositionItem value="PM">기획</ApplyPositionItem>
</ApplyPositionContainer>
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/services/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type ApplyPosition = "FRONTEND" | "BACKEND" | "ANDROID" | "DESIGN" | "PM" | null;
type ApplyPosition = "FRONTEND" | "BACKEND" | "ANDROID" | "DESIGN" | "PM" | "AI" | null;

type ApplyRequestBody = {
name?: string;
Expand Down

0 comments on commit a934aad

Please sign in to comment.