diff --git a/app/controllers/welcome.js b/app/controllers/welcome.js index fe62105..4ae84d4 100644 --- a/app/controllers/welcome.js +++ b/app/controllers/welcome.js @@ -1,6 +1,5 @@ const getWelcome = (req, res) => { - const title = "Koju nekretninu tražite?"; - res.render("welcome", { nextStep: "/vrstanekretnine", title }); + res.render("welcome", { nextStep: "/vrstanekretnine", title: false }); }; module.exports = { diff --git a/app/views/gardenSize.ejs b/app/views/gardenSize.ejs index c0c1b91..ce68925 100644 --- a/app/views/gardenSize.ejs +++ b/app/views/gardenSize.ejs @@ -1,4 +1 @@ - -<% include partials/navBar %> - -<% include partials/range %> +<% include partials/range %> diff --git a/app/views/goAgain.ejs b/app/views/goAgain.ejs index dc925cf..6cc4a5d 100644 --- a/app/views/goAgain.ejs +++ b/app/views/goAgain.ejs @@ -1,9 +1,6 @@ - -<% include partials/navBar %> -