1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00

OCPBUGS#48080: Updates to a dynamic plugin api example

This commit is contained in:
opayne1
2025-03-17 13:37:32 -04:00
committed by openshift-cherrypick-robot
parent 19dc6f2f66
commit dd07d8fdcb

View File

@@ -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</>
}