Skip to content

Commit

Permalink
fix: accessibility issue with reference page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Feb 4, 2025
1 parent c265975 commit f7caa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[platform]/reference/amplify_outputs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ Amplify.configure({

The Amplify outputs file is defined using a JSON schema. You can find this schema in the [`aws-amplify/amplify-backend` repository](https://github.com/aws-amplify/amplify-backend/blob/main/packages/client-config/src/client-config-schema/schema_v1.json).

<pre><code style={{ maxWidth: "100%", overflowX: "scroll" }}>
<pre><code tabIndex="0" style={{ maxWidth: "100%", overflowX: "scroll" }}>
{JSON.stringify(schema, null, 2)}
</code></pre>

0 comments on commit f7caa5c

Please sign in to comment.