Skip to content

Commit

Permalink
Merge pull request #539 from alleslabs/feat/schema-upload-wording
Browse files Browse the repository at this point in the history
fix: refactor text
  • Loading branch information
evilpeach authored Sep 21, 2023
2 parents 57dc9bf + 02c8914 commit ebb6638
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug fixes

- [#539](https://github.com/alleslabs/celatone-frontend/pull/539) Fix JSON schema upload text
- [#527](https://github.com/alleslabs/celatone-frontend/pull/527) Fix ellipsis explorer link
- [#526](https://github.com/alleslabs/celatone-frontend/pull/526) Fix missing Tx proposal type
- [#525](https://github.com/alleslabs/celatone-frontend/pull/525) Add accountId to txs count query keys
Expand Down
12 changes: 4 additions & 8 deletions src/lib/components/json-schema/UploadTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,14 +314,10 @@ export const UploadTemplate = ({
>
Save JSON Schema
</Button>
<Flex justifyContent="center" w="full" my={3}>
<Text variant="body2" color="text.dark">
Your JSON schema will be
</Text>
<Text variant="body2" color="text.dark" fontWeight={600} ml={1}>
stored locally on your device
</Text>
</Flex>
<Text variant="body2" color="text.dark" alignSelf="center" my={3}>
Your JSON schema will be{" "}
<span style={{ fontWeight: 600 }}>stored locally on your device</span>
</Text>
</Flex>
);
};

3 comments on commit ebb6638

@vercel
Copy link

@vercel vercel bot commented on ebb6638 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on ebb6638 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on ebb6638 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.