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 */ + +