Skip to content

Commit d514513

Browse files
committed
next.js -> nextjs
1 parent a8af795 commit d514513

File tree

1 file changed

+2
-2
lines changed
  • src/pages/[platform]/build-a-backend/auth/set-up-auth

1 file changed

+2
-2
lines changed

src/pages/[platform]/build-a-backend/auth/set-up-auth/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Creating and correctly implementing the sign-in flow can be challenging and time
100100

101101
Amplify has pre-built UI components for React, Vue, Angular, React Native, Swift, Android, and Flutter. In this guide, we are focusing on those for web applications.
102102

103-
<InlineFilter filters={["javascript", "next.js", "react"]}>
103+
<InlineFilter filters={["javascript", "nextjs", "react"]}>
104104

105105
First, install the `@aws-amplify/ui-react` library:
106106

@@ -135,7 +135,7 @@ export default function App() {
135135
```
136136

137137
</InlineFilter>
138-
<InlineFilter filters={["next.js"]}>
138+
<InlineFilter filters={["nextjs"]}>
139139

140140
Next, open **pages/\_app.tsx** and add the `Authenticator` component.
141141

0 commit comments

Comments
 (0)