From dd07d8fdcbdeffefacbec78b1a6d712263a87e09 Mon Sep 17 00:00:00 2001 From: opayne1 Date: Mon, 17 Mar 2025 13:37:32 -0400 Subject: [PATCH] OCPBUGS#48080: Updates to a dynamic plugin api example --- modules/dynamic-plugin-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dynamic-plugin-api.adoc b/modules/dynamic-plugin-api.adoc index 7e8261183c..f2315b7a3b 100644 --- a/modules/dynamic-plugin-api.adoc +++ b/modules/dynamic-plugin-api.adoc @@ -249,7 +249,7 @@ A component that creates a Navigation bar for a page. Routing is handled as part ---- const HomePage: React.FC = (props) => { const page = { - href: '/home', + href: 'home', name: 'Home', component: () => <>Home }