Skip to content

Commit 47c08a8

Browse files
fix: 포트폴리오 프로젝트 순서 변경
1 parent 6aa9f76 commit 47c08a8

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

app/portfolio/data.ts

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@ export const projects: Project[] = [
99
githubUrl: 'https://github.com/boostcampwm-2024/web27-Preview',
1010
slug: 'preview',
1111
},
12-
{
13-
title: 'Primitive',
14-
description: '프로그래밍 동아리 PRIMITIVE 홍보 및 프로젝트 공유 플랫폼',
15-
image: '/images/logo/primitive-logo.webp',
16-
tags: ['React', 'TypeScript', 'Firebase'],
17-
demoUrl: 'https://primitive.kr',
18-
githubUrl: 'https://github.com/ShipFriend0516/Primitive',
19-
slug: 'primitive',
20-
},
12+
2113
{
2214
title: 'ShipFriend TechBlog',
2315
description: '개인 개발 블로그',
@@ -37,4 +29,13 @@ export const projects: Project[] = [
3729
githubUrl: 'https://github.com/ShipFriend0516/StoryHelper',
3830
slug: 'storyhelper',
3931
},
32+
{
33+
title: 'Primitive',
34+
description: '프로그래밍 동아리 PRIMITIVE 홍보 및 프로젝트 공유 플랫폼',
35+
image: '/images/logo/primitive-logo.webp',
36+
tags: ['React', 'TypeScript', 'Firebase'],
37+
demoUrl: 'https://primitive.kr',
38+
githubUrl: 'https://github.com/ShipFriend0516/Primitive',
39+
slug: 'primitive',
40+
},
4041
];

0 commit comments

Comments
 (0)