Skip to content

Commit

Permalink
Merge pull request #304 from calebk1/stage
Browse files Browse the repository at this point in the history
Unbolds your text
  • Loading branch information
calebk1 authored Oct 23, 2024
2 parents 1f77032 + 1874b90 commit 82d6557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/credentials/GetCredentialOAuth2.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ const GetCredentialOAuthS2s = () => {

<GetCredential.Return.ManageDeveloperConsole label="Manage all your projects and credentials on Adobe Developer Console" direction='/console/projects' />

<GetCredential.Return.AccessToken helpText="" buttonLabel="Generate and copy token" heading={(<>Access Token<br/> <small>After copying the access token, you must prepend the token with <code>Bearer</code> to use it with API calls.</small></>)} />
<GetCredential.Return.AccessToken helpText="" buttonLabel="Generate and copy token" heading={(<>Access Token<br/> <span style="font-weight:normal"><small>After copying the access token, you must prepend the token with <code>Bearer</code> to use it with API calls.</small></span></>)} />

<GetCredential.Return.DevConsoleLink heading="Developer Console Project" />

<GetCredential.Return.Products label="Included products and services">
Expand Down

0 comments on commit 82d6557

Please sign in to comment.