newline error fixed in plaintext
This commit is contained in:
parent
e64de3f4b9
commit
955c660f1c
1 changed files with 5 additions and 5 deletions
|
@ -13,16 +13,16 @@ export const NAVBAR = {
|
||||||
target: "_self",
|
target: "_self",
|
||||||
label: "Docs",
|
label: "Docs",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
href: "/forum",
|
|
||||||
target: "_self",
|
|
||||||
label: "Forum",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
href: "/blog",
|
href: "/blog",
|
||||||
target: "_self",
|
target: "_self",
|
||||||
label: "Blog",
|
label: "Blog",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "/contact",
|
||||||
|
target: "_self",
|
||||||
|
label: "Contact",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
rightLinks: [
|
rightLinks: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue