Skip to content

Commit a61b127

Browse files
authored
Update self-serve-portal-for-users.mdx
1 parent af32a72 commit a61b127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/build/self-service-portal/self-serve-portal-for-users.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Both methods are able to generate the portal link on the fly. For example, when
5858
If you're using the Kinde React SDK, you can use the `<PortalLink />` component, which both generates the link and redirects the user:
5959

6060
```jsx
61-
import {PortalLink} from "@kinde-oss/kinde-auth-react";
61+
import {PortalLink} from "@kinde-oss/kinde-auth-react/components";
6262

6363
<PortalLink>Account</PortalLink>;
6464
```

0 commit comments

Comments
 (0)