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:
committed by
openshift-cherrypick-robot
parent
19dc6f2f66
commit
dd07d8fdcb
@@ -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</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user