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

Commit

Permalink
change label button
Browse files Browse the repository at this point in the history
  • Loading branch information
billowdev committed May 28, 2023
1 parent 4777d35 commit ce83ecd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The Management system for connecting color scheme of natural indigo dye with ind
color="primary"
onClick={handleBackButtonClick}
>
กลับสู่ก่อนหน้า
ย้อนกลับ
</Button>
</Box>
</ContentPaper>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/color-scheme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ const NaturalColorTonesPage = () => {
</LinkedinShareButton>
</Box>
<Button variant="contained" color="primary" onClick={handleBackButtonClick}>
กลับสู่ก่อนหน้า
ย้อนกลับ
</Button>
</Box>
</React.Fragment>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/group/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ function GroupDataPage({ groupData }: Props) {
</LinkedinShareButton>
</Box>
<Button variant="contained" color="primary" onClick={handleBackButtonClick}>
กลับสู่ก่อนหน้า
ย้อนกลับ
</Button>
</Box>
</Container>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/panel/user/manage-product/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function UserPanelProductDetail({ product }: Props) {
color="primary"
onClick={handleBackButtonClick}
>
กลับสู่ก่อนหน้า
ย้อนกลับ
</Button>

<Button
Expand Down

0 comments on commit ce83ecd

Please sign in to comment.