How to remove jumbotron from additional pages | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to remove jumbotron from additional pages

On Modeling.js, I want to link it into a new page called Upload.js. In a new page Upload.js, I only want to display the navigation bar without jumbotron "Welcome 3D astronomical objects and get started, learn more button" and whole space left for me to display other things. How can I remove jumbotron in the Upload.js page? Are there any ways to figure out it? My code is on the link here: https://codesandbox.io/s/3d-tool-zjm5m?file=/src/components/Modeling.js

13th Oct 2020, 4:43 PM
Tuyen Pham
Tuyen Pham - avatar
1 ответ
0
You should create a Layout component, layout.js with navigation bar component and other children, pass children as argument function. Then all the pages would call this Layout component with different child components on it.
18th Oct 2020, 2:37 PM
Calviղ
Calviղ - avatar