Skip to content

Commit f7caa5c

Browse files
author
Ashwin Kumar
committed
fix: accessibility issue with reference page
1 parent c265975 commit f7caa5c

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/reference/amplify_outputs

1 file changed

+1
-1
lines changed

src/pages/[platform]/reference/amplify_outputs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ Amplify.configure({
127127

128128
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).
129129

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

0 commit comments

Comments
 (0)