feat(controls): styled custom header dropdown with helptext and smart positioning (#13)
This commit is contained in:
@@ -5,7 +5,7 @@ const router = express.Router()
|
||||
|
||||
/* GET the about landing page. */
|
||||
router.get('/', catchErrors(async function (req, res, next) {
|
||||
const landingPage = await getLandingPage('about', req.query.locale, req.query.api)
|
||||
const landingPage = await getLandingPage('about', res.locals.currentLocale.code, res.locals.currentLocale.id)
|
||||
res.render('landingPage', { title: 'About', landingPage })
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user