From 955c660f1cf65e2f40eb79e19b8e4a20d3873f7e Mon Sep 17 00:00:00 2001 From: Cypro Freelance <110410268+Proxyy587@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:03:41 +0530 Subject: [PATCH] newline error fixed in plaintext --- constants/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/constants/index.tsx b/constants/index.tsx index 4148011..2d7029a 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -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: [ {