From 663944db4d86ee58581e7139c3707d2afac1f797 Mon Sep 17 00:00:00 2001 From: Maria Sanchez Date: Wed, 13 Jul 2022 11:04:17 -0600 Subject: [PATCH] log in component --- web-ui/web-react/src/App.js | 7 ------- web-ui/web-react/src/components/LogIn.js | 6 +++++- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/web-ui/web-react/src/App.js b/web-ui/web-react/src/App.js index 22936c88..293bcbc2 100644 --- a/web-ui/web-react/src/App.js +++ b/web-ui/web-react/src/App.js @@ -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" } } - ] } ]; diff --git a/web-ui/web-react/src/components/LogIn.js b/web-ui/web-react/src/components/LogIn.js index 7416381b..cfeca828 100644 --- a/web-ui/web-react/src/components/LogIn.js +++ b/web-ui/web-react/src/components/LogIn.js @@ -12,4 +12,8 @@ const LogIn = () => { ) } -export default LogIn \ No newline at end of file +export default LogIn + +/* image 1 */ + +