From f4a210ecd913f7839acf3aba10f82cb12142fbbd Mon Sep 17 00:00:00 2001 From: Pavan Joshi <55848322+pavanjoshi914@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:37:22 +0530 Subject: [PATCH] chore: not to allow text to split up on next line (#3012) --- src/app/components/Navbar/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/Navbar/Navbar.tsx b/src/app/components/Navbar/Navbar.tsx index 4df4981501..5cd9cc993e 100644 --- a/src/app/components/Navbar/Navbar.tsx +++ b/src/app/components/Navbar/Navbar.tsx @@ -7,7 +7,7 @@ type Props = { export default function Navbar({ children }: Props) { return ( -
+