hollaex/hollaex-kit

Proper Document Title

nullart2 opened this issue · 2 comments

I noticed that document.title is not properly shown.

example:

/wallet should show a "Wallet | " document.title.

Kindly advise how we can do this?

Cheers

What do you mean by document.title? You are referring to the html? Since its a Single Page website, you need to render title with JS. You can alternatively change the main index.html which would apply that the entire project.

Thanks for your prompt reply.