Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
billowdev committed Jun 7, 2023
1 parent efea1f3 commit 2a74846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/color-scheme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const NaturalColorTonesPage = () => {

<Typography variant='h5' gutterBottom>
{group.prefix === 'SK1/SK2'
? `SK1 - ${group.schemes[0].nameTH} (${group.schemes[0].nameEN}) และ SK2 - ${group.schemes[1].nameTH} (${group.schemes[1].nameEN})`
? `SK1 - ${group.schemes[0].nameTH} (${group.schemes[0].nameEN}) และ SK2 - ฟ้า (Medium Blue)`
: `${group.prefix} - ${group.schemes[0].nameTH} (${group.schemes[0].nameEN})`}
</Typography>

Expand Down

0 comments on commit 2a74846

Please sign in to comment.