Fixed margin for navbar

This commit is contained in:
Nedim Uka
2019-07-29 14:39:31 +02:00
parent 4f35305b0a
commit a457226207
15 changed files with 4 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
const getWelcome = (req,res) => {
const title = "Koju nekretninu tražite?"
const title = ""
res.render('welcome', { nextStep: '/vrstanekretnine', title } );
};