Skip to content

Commit

Permalink
style(console): adjust sample code editor height (#6548)
Browse files Browse the repository at this point in the history
bug bash fix. adjust sample code editor height, and phrases
  • Loading branch information
simeng-li authored Sep 6, 2024
1 parent f150a67 commit c83fd6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function InstructionTab({ isActive }: Props) {
language="typescript"
className={styles.sampleCode}
value={denyAccessCodeExample}
height="320px"
height="240px"
theme="logto-dark"
options={sampleCodeEditorOptions}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const jwt_claims = {
subtitle: 'Use `token` input parameter for current access token payload. ',
},
api_context: {
title: 'API context',
subtitle: 'Use `api.denyAccess` method to reject the current token exchange request.',
title: 'API context: access control',
subtitle: 'Use `api.denyAccess` method to reject the token exchange request.',
},
fetch_external_data: {
title: 'Fetch external data',
Expand Down

0 comments on commit c83fd6f

Please sign in to comment.