diff --git a/Sveltekit-App/src/lib/sidebar/navigation.ts b/Sveltekit-App/src/lib/sidebar/navigation.ts index 9a55ba6..92a9e03 100644 --- a/Sveltekit-App/src/lib/sidebar/navigation.ts +++ b/Sveltekit-App/src/lib/sidebar/navigation.ts @@ -13,9 +13,9 @@ export const navigation = [ icon: HomeSvg }, { - url: '/home/reports', + url: '/home/Example Pages', name: 'Reports', - description: 'a list of Reports for IdentityNow.', + description: 'a list of example pages showcasing how to implement the IdentityNow SDK.', icon: ReportsSvg }, {