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",
|
||||
label: "Docs",
|
||||
},
|
||||
{
|
||||
href: "/forum",
|
||||
target: "_self",
|
||||
label: "Forum",
|
||||
},
|
||||
{
|
||||
href: "/blog",
|
||||
target: "_self",
|
||||
label: "Blog",
|
||||
},
|
||||
{
|
||||
href: "/contact",
|
||||
target: "_self",
|
||||
label: "Contact",
|
||||
},
|
||||
],
|
||||
rightLinks: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue