Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo Github → GitHub #435

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Supports/SupportThumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { mediaQuery } from '~/styles/media';
import { ArrowIcon } from '../Icons';

export type Link = {
type: 'Behance' | 'Github' | 'Web' | 'App';
type: 'Behance' | 'GitHub' | 'Web' | 'App';
href: string;
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/Thumbnail/Thumbnail.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Project = {
description="거지들의 이야기로 쌓이는<br/>소비습관 개선 서비스"
links={[
{ type: 'Behance', href: '' },
{ type: 'Github', href: '' },
{ type: 'GitHub', href: '' },
{ type: 'Web', href: '' },
]}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Thumbnail/Thumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { mediaQuery } from '~/styles/media';
import { theme } from '~/styles/theme';

export type Link = {
type: 'Behance' | 'Github' | 'Web' | 'Android' | 'iOS' | 'APP' | 'MEDIUM';
type: 'Behance' | 'GitHub' | 'Web' | 'Android' | 'iOS' | 'APP' | 'MEDIUM';
href: string;
};

Expand Down
2 changes: 1 addition & 1 deletion src/constant/contactInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
export const FIRST_ROW_FOOTER_INFOS = [
{ name: 'Instagram', href: DEPROMEET_INSTAGRAM },
{ name: 'Behance', href: DEPROMEET_BEHANCE },
{ name: 'Github', href: DEPROMEET_GITHUB },
{ name: 'GitHub', href: DEPROMEET_GITHUB },
{ name: 'Medium', href: DEPROMEET_MEDIUM },
{ name: 'LinkedIn', href: DEPROMEET_LINKEDIN },
];
Expand Down
48 changes: 24 additions & 24 deletions src/constant/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/206508371/(moring)-',
},
{ type: 'Github', href: 'https://github.com/depromeet/15th-team3-FE' },
{ type: 'GitHub', href: 'https://github.com/depromeet/15th-team3-FE' },
{ type: 'Web', href: 'https://www.moring.one/' },
],
},
Expand All @@ -31,7 +31,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/207768545/WALWAL-%08PET-SERVICE',
},
{ type: 'Github', href: 'https://github.com/depromeet/WalWal-iOS' },
{ type: 'GitHub', href: 'https://github.com/depromeet/WalWal-iOS' },
{ type: 'iOS', href: 'https://apps.apple.com/kr/app/%EC%99%88%EC%99%88/id6553981069' },
],
},
Expand All @@ -44,7 +44,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/207588847/SPOT-My-BallPark-Seat-View-Service',
},
{ type: 'Github', href: 'https://github.com/depromeet/SPOT-Android' },
{ type: 'GitHub', href: 'https://github.com/depromeet/SPOT-Android' },
{
type: 'Android',
href: 'https://play.google.com/store/apps/details?id=com.dpm.spot',
Expand All @@ -60,7 +60,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/207843619/BBOGAK-',
},
{ type: 'Github', href: 'https://github.com/depromeet/bbo-gak-server' },
{ type: 'GitHub', href: 'https://github.com/depromeet/bbo-gak-server' },
{
type: 'Web',
href: 'https://www.bbogak.com/login',
Expand All @@ -76,7 +76,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/207850709/swimie-l-',
},
{ type: 'Github', href: 'https://github.com/depromeet/Swimie-Web' },
{ type: 'GitHub', href: 'https://github.com/depromeet/Swimie-Web' },
{
type: 'Web',
href: 'https://apps.apple.com/ca/app/swimie/id6670447205',
Expand All @@ -92,7 +92,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/207850381/Layer-Retrospective-service',
},
{ type: 'Github', href: 'https://github.com/depromeet/layer' },
{ type: 'GitHub', href: 'https://github.com/depromeet/layer' },
{
type: 'Web',
href: 'https://www.layerapp.io/login',
Expand All @@ -108,7 +108,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/191517975/BANDIBOODI-Draw-your-life-map?tracking_source=search_projects|bandiboodi',
},
{ type: 'Github', href: 'https://github.com/depromeet/amazing3-fe' },
{ type: 'GitHub', href: 'https://github.com/depromeet/amazing3-fe' },
{ type: 'Web', href: 'https://www.bandiboodi.com' },
],
},
Expand All @@ -121,7 +121,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/191497631/praise-up-SNS',
},
{ type: 'Github', href: 'https://github.com/depromeet/praise-up-client' },
{ type: 'GitHub', href: 'https://github.com/depromeet/praise-up-client' },
{ type: 'Web', href: 'https://www.praise-up.app/' },
],
},
Expand All @@ -134,7 +134,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/191522849/10-10-Time-management-%08App?tracking_source=search_projects%7C10mm',
},
{ type: 'Github', href: 'https://github.com/depromeet/10mm-client-web' },
{ type: 'GitHub', href: 'https://github.com/depromeet/10mm-client-web' },
{ type: 'Web', href: 'https://www.10mm.today/auth/login?redirect=/' },
],
},
Expand All @@ -147,7 +147,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/191510163/%08TEUMTEUM-IT-Career-Growth-Networking-Service',
},
{ type: 'Github', href: 'https://github.com/depromeet/TeumTeum-Android' },
{ type: 'GitHub', href: 'https://github.com/depromeet/TeumTeum-Android' },
{
type: 'APP',
href: 'https://play.google.com/store/apps/details?id=com.teumteum.teumteum&pli=1',
Expand All @@ -163,7 +163,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/191512505/DDOEAT-DDOEAT-Revisit-Eatery-Sharing',
},
{ type: 'Github', href: 'https://github.com/depromeet/ddoeat_client' },
{ type: 'GitHub', href: 'https://github.com/depromeet/ddoeat_client' },
{
type: 'Web',
href: 'https://www.ddoeat.site/',
Expand All @@ -179,7 +179,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/191508405/-Family-Widget-Service',
},
{ type: 'Github', href: 'https://github.com/depromeet/14th-team5-iOS' },
{ type: 'GitHub', href: 'https://github.com/depromeet/14th-team5-iOS' },
{
type: 'APP',
href: 'https://no5ing.kr/',
Expand All @@ -195,7 +195,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/175690517/-Improve-your-spending-habit-with-people',
},
{ type: 'Github', href: 'https://github.com/depromeet/jalingobi-client' },
{ type: 'GitHub', href: 'https://github.com/depromeet/jalingobi-client' },
{ type: 'Web', href: 'https://jalingobi.com' },
],
},
Expand All @@ -208,7 +208,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/175685591/-(Over-Sweet)-',
},
{ type: 'Github', href: 'https://github.com/depromeet/oversweet-core' },
{ type: 'GitHub', href: 'https://github.com/depromeet/oversweet-core' },
{ type: 'Web', href: 'https://oversweet.vercel.app' },
],
},
Expand All @@ -221,7 +221,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: ' https://www.behance.net/gallery/175696341/Na-Lab-',
},
{ type: 'Github', href: ' https://github.com/depromeet/na-lab-client' },
{ type: 'GitHub', href: ' https://github.com/depromeet/na-lab-client' },
{ type: 'Web', href: 'https://nalab.me' },
],
},
Expand All @@ -234,7 +234,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/175702481/insight-out',
},
{ type: 'Github', href: 'https://github.com/depromeet/InsightOut-client' },
{ type: 'GitHub', href: 'https://github.com/depromeet/InsightOut-client' },
{ type: 'Web', href: 'https://insightout.kr' },
],
},
Expand All @@ -247,7 +247,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/175696753/Street-Drop-Location-based-music-community-services',
},
{ type: 'Github', href: 'https://github.com/depromeet/street-drop-iOS' },
{ type: 'GitHub', href: 'https://github.com/depromeet/street-drop-iOS' },
{
type: 'iOS',
href: 'https://apps.apple.com/kr/app/%EC%8A%A4%ED%8A%B8%EB%A6%BF%EB%93%9C%EB%9E%8D-street-drop/id6450315928',
Expand All @@ -263,7 +263,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/175647815/WHATNOW-Share-Play',
},
{ type: 'Github', href: 'https://github.com/depromeet/whatnow-android' },
{ type: 'GitHub', href: 'https://github.com/depromeet/whatnow-android' },
{
type: 'Android',
href: 'https://play.google.com/store/apps/details?id=com.depromeet.whatnow&hl=ko-KR',
Expand All @@ -279,7 +279,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/175602565/DingDong-TMI-',
},
{ type: 'Github', href: 'https://github.com/depromeet/Ding-dong-fe' },
{ type: 'GitHub', href: 'https://github.com/depromeet/Ding-dong-fe' },
{ type: 'Web', href: 'https://www.ding-dong-planet.com' },
],
},
Expand All @@ -292,7 +292,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/175706595/Pumping',
},
{ type: 'Github', href: 'https://github.com/depromeet/Pumping-iOS' },
{ type: 'GitHub', href: 'https://github.com/depromeet/Pumping-iOS' },
{ type: 'iOS', href: 'https://apps.apple.com/app/id6451131066' },
],
},
Expand All @@ -305,7 +305,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://url.kr/pyhgze',
},
{ type: 'Github', href: 'https://github.com/depromeet12th/three-days-android' },
{ type: 'GitHub', href: 'https://github.com/depromeet12th/three-days-android' },
{ type: 'Android', href: 'https://c11.kr/19ln2' },
],
},
Expand All @@ -318,7 +318,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/161848521/KNOCKNOCK-PUSH-NOTIFICATION-CUSTOM-SERVICE',
},
{ type: 'Github', href: 'https://github.com/depromeet/12th-KnockKnock-Android' },
{ type: 'GitHub', href: 'https://github.com/depromeet/12th-KnockKnock-Android' },
{
type: 'Android',
href: 'https://play.google.com/store/apps/details?id=com.depromeet.knockknock',
Expand All @@ -334,7 +334,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/161983453/TICLEMOA-Article-clipping-service-',
},
{ type: 'Github', href: 'https://github.com/depromeet/ticlemoa-backend' },
{ type: 'GitHub', href: 'https://github.com/depromeet/ticlemoa-backend' },
{
type: 'iOS',
href: 'https://apps.apple.com/kr/app/ticlemoa/id1659267166',
Expand All @@ -350,7 +350,7 @@ export const PROJECT_LIST: Project[] = [
type: 'Behance',
href: 'https://www.behance.net/gallery/161231589/Toks-Quiz-Study-Service-',
},
{ type: 'Github', href: 'https://github.com/depromeet/toks-web' },
{ type: 'GitHub', href: 'https://github.com/depromeet/toks-web' },
{
type: 'Web',
href: 'https://tokstudy.com/',
Expand Down
Loading