Skip to content

Commit

Permalink
Remove @next from the main page (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
swaminator authored Nov 19, 2021
1 parent c8ce944 commit 32850d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const HomePage = ({ colorMode, setThemeOverride, themeOverride }) => {
text={`npm i aws-amplify @aws-amplify/ui-${framework}`}
/>
}
value={`npm i @aws-amplify/ui-${framework}@next`}
value={`npm i @aws-amplify/ui-${framework}`}
/>
</Flex>
</Card>
Expand Down

0 comments on commit 32850d4

Please sign in to comment.