Skip to content

Commit

Permalink
fix: arrayLength ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Oct 2, 2024
1 parent a3338bf commit b5e91e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const trackController: Record<MemberStack, ITrackController> = {
},
frontend: {
title: 'ํ”„๋ก ํŠธ์—”๋“œ',
arrayLength: 10,
arrayLength: 9,
color: '#ECFDE8',
titleColor: '#36CA60',
},
Expand Down

0 comments on commit b5e91e8

Please sign in to comment.