Skip to content

Commit

Permalink
πŸ”§ Chore: 2st -> 2nd μ˜€νƒ€μˆ˜μ • #30
Browse files Browse the repository at this point in the history
  • Loading branch information
puretension committed Apr 26, 2024
1 parent 201637c commit 9683a2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/constants/member/timeLine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ export const TIME_LINE = [
date: '2023.9',
},
{
generate: '2nd',
generate: '2st',
date: '2024.9',
},
{
generate: '3st',
date: '2025.9',
},
];
4 changes: 2 additions & 2 deletions src/constants/timeline/timelineCardInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const TIMELINE_CARDS_INFO: Record<string, TimelineCardProps[]> = {
},
// 기타 1κΈ° 데이터...
],
'2nd': [
'2st': [
{
id: 1,
cardImageUrl: SampleImage.src,
Expand Down Expand Up @@ -147,7 +147,7 @@ const TIMELINE_CARDS_INFO: Record<string, TimelineCardProps[]> = {
detail: 'μ„Έλ―Έλ‚˜μ— λŒ€ν•œ μžμ„Έν•œ λ‚΄μš©'
},
],
'3rd': [
'3st': [
{
id: 1,
cardImageUrl: SampleImage.src,
Expand Down

0 comments on commit 9683a2f

Please sign in to comment.