Skip to content

Commit

Permalink
fix: 환경변수 네이밍 수정(그리팅 -> 나인하이어)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjy0951 committed Apr 22, 2024
1 parent 41f38a4 commit 8c533d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/constant/position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const POSITIONS: Array<ComponentProps<typeof PositionsItem>> = [
{
type: 'design',
title: 'UX/UI',
link: process.env.NEXT_PUBLIC_GREETING_DESIGN ?? '',
link: process.env.NEXT_PUBLIC_NINEHIRE_DESIGN ?? '',
description: [
'Figma를 사용해 프로젝트를 해본 경험이 있으신 분',
'Figma에서 Component 및 Variable 기능을 능숙하게 활용할 수 있으신 분',
Expand All @@ -27,7 +27,7 @@ export const POSITIONS: Array<ComponentProps<typeof PositionsItem>> = [
{
type: 'aos',
title: 'ANDROID',
link: process.env.NEXT_PUBLIC_GREETING_AOS ?? '',
link: process.env.NEXT_PUBLIC_NINEHIRE_AOS ?? '',
description: [
'Retrofit을 이용한 서버 통신(API)을 해본 경험이 있으신 분',
'Kotlin 개발 경험이 있으신 분',
Expand All @@ -37,7 +37,7 @@ export const POSITIONS: Array<ComponentProps<typeof PositionsItem>> = [
{
type: 'ios',
title: 'iOS',
link: process.env.NEXT_PUBLIC_GREETING_IOS ?? '',
link: process.env.NEXT_PUBLIC_NINEHIRE_IOS ?? '',
description: [
'UIKit 혹은 SwiftUI를 통하여 개발을 해본경험이 있으신 분',
'디자인패턴 (MVC, MVVM)에 대한 기본적인 이해가 있으신 분',
Expand All @@ -47,7 +47,7 @@ export const POSITIONS: Array<ComponentProps<typeof PositionsItem>> = [
{
type: 'server',
title: 'SERVER',
link: process.env.NEXT_PUBLIC_GREETING_SERVER ?? '',
link: process.env.NEXT_PUBLIC_NINEHIRE_SERVER ?? '',
description: [
'프로젝트 초기 설계 및 인프라 배포 경험이 있으신 분',
'하나 이상의 서버 프레임워크를 사용해 주도적으로 참여한 프로젝트가 있으신 분',
Expand All @@ -57,7 +57,7 @@ export const POSITIONS: Array<ComponentProps<typeof PositionsItem>> = [
{
type: 'web',
title: 'WEB',
link: process.env.NEXT_PUBLIC_GREETING_WEB ?? '',
link: process.env.NEXT_PUBLIC_NINEHIRE_WEB ?? '',
description: [
'프로젝트 협업에 있어 Git 사용 및 협업 툴 사용에 무리가 없는 분',
'React, Vue, Angular와 같은 모던 자바스크립트 프레임워크를 사용한 경험이 있으신 분',
Expand Down

0 comments on commit 8c533d2

Please sign in to comment.