@henosia/app-next 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,7 +69,7 @@ export function SignIn() {
69
69
  <p className="text-center text-xs text-neutral-500">
70
70
  Learn more about {" "}
71
71
  <Link
72
- href="https://docs.henosia.com"
72
+ href="https://docs.henosia.com/henosia-auth"
73
73
  className="underline"
74
74
  target="_blank"
75
75
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henosia/app-next",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Henosia integration for Next.js apps: Provides Henosia Auth and Henosia Platform features like app switcher",
5
5
  "author": "Henosia",
6
6
  "license": "SEE LICENSE IN LICENSE",