We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dd82a commit a89cd48Copy full SHA for a89cd48
docs/src/components/MigrationChanges/MigrationGuideCallout.tsx
@@ -19,7 +19,7 @@ export const MigrationGuideCallout = ({ framework }) => {
19
<Alert
20
role="none"
21
variation="info"
22
- heading={`@aws-amplify/ui-${framework} v${PREV_MAJOR_VERSIONS[framework]}`}
+ heading={`@aws-amplify/ui-${framework} version ${PREV_MAJOR_VERSIONS[framework]}`}
23
>
24
The <code>@aws-amplify/ui-{framework}</code> package is currently on
25
version {CURRENT_MAJOR_VERSIONS[framework]}. Working with
0 commit comments