website: update navbar, update 2023.6 changelog (#6136)
* website: update navbar, update 2023.6 changelog Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -17,7 +17,7 @@ module.exports = async function () {
|
||||
title: "authentik",
|
||||
logo: {
|
||||
alt: "authentik logo",
|
||||
src: "img/icon_left_brand.svg",
|
||||
src: "img/icon.svg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@ -50,7 +50,10 @@ module.exports = async function () {
|
||||
},
|
||||
],
|
||||
},
|
||||
footer: mainConfig.themeConfig.footer,
|
||||
footer: {
|
||||
links: [],
|
||||
copyright: mainConfig.themeConfig.footer.copyright,
|
||||
},
|
||||
colorMode: mainConfig.themeConfig.colorMode,
|
||||
tableOfContents: mainConfig.themeConfig.tableOfContents,
|
||||
},
|
||||
|
Reference in New Issue
Block a user