Skip to content

Commit

Permalink
update btn text
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestii committed Apr 18, 2024
1 parent 7bcf4fa commit c3e8c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/HyperJson.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const Line = React.memo(
) : (
<>
<ValueRenderer value={value} />
<div className={styles.jsonBtn}>JSON</div>
<div className={styles.jsonBtn}>Expand JSON</div>
</>
)
) : (
Expand Down

0 comments on commit c3e8c78

Please sign in to comment.