From 49dffb5c56d5603655deda92b83a3512dd897be9 Mon Sep 17 00:00:00 2001 From: burnettk Date: Sun, 6 Nov 2022 13:24:12 -0500 Subject: [PATCH] add nav items so people can get everywhere --- .../src/components/NavigationBar.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/spiffworkflow-frontend/src/components/NavigationBar.tsx b/spiffworkflow-frontend/src/components/NavigationBar.tsx index fa7eb7f4..b3932515 100644 --- a/spiffworkflow-frontend/src/components/NavigationBar.tsx +++ b/spiffworkflow-frontend/src/components/NavigationBar.tsx @@ -101,6 +101,24 @@ export default function NavigationBar() { > Process Instances + + Messages + + + Secrets + + + Authentications + ); };