Skip to content

Commit fb878f0

Browse files
committed
OCPBUGS#48080: Updates to a dynamic plugin api example
1 parent 523e6b3 commit fb878f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dynamic-plugin-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ A component that creates a Navigation bar for a page. Routing is handled as part
249249
----
250250
const HomePage: React.FC = (props) => {
251251
const page = {
252-
href: '/home',
252+
href: 'home',
253253
name: 'Home',
254254
component: () => <>Home</>
255255
}

0 commit comments

Comments
 (0)