log in component
This commit is contained in:
parent
a2e5cfcc5b
commit
663944db4d
|
@ -251,13 +251,6 @@ const App = () => {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Get Started',
|
|
||||||
items: [
|
|
||||||
{ label: 'Documentation', icon: 'pi pi-fw pi-question', command: () => { window.location = "#/documentation" } },
|
|
||||||
{ label: 'View Source', icon: 'pi pi-fw pi-search', command: () => { window.location = "https://github.com/primefaces/sakai-react" } }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,8 @@ const LogIn = () => {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default LogIn
|
export default LogIn
|
||||||
|
|
||||||
|
/* image 1 */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue