From 0e74077e340e442d1050ca017550cf3d20fc582d Mon Sep 17 00:00:00 2001 From: Luke Hagar <98849695+luke-hagar-sp@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:19:37 -0600 Subject: [PATCH] Changed reports name --- Sveltekit-App/src/lib/sidebar/navigation.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, {