From b3b57416d18f93ca67ea0a8d5948e8d85dcf1ddf Mon Sep 17 00:00:00 2001 From: Kinshu-Learner Date: Thu, 10 Oct 2024 23:41:54 +0530 Subject: [PATCH] Fixed ScholarX logo size in tablet view [fixes #205] --- src/components/Layout/Navbar/index.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/components/Layout/Navbar/index.tsx b/src/components/Layout/Navbar/index.tsx index be88769b..f0832720 100644 --- a/src/components/Layout/Navbar/index.tsx +++ b/src/components/Layout/Navbar/index.tsx @@ -86,11 +86,11 @@ const Navbar: React.FC = () => { alt="ScholarX Logo" /> -
+
  • Find a mentor @@ -99,7 +99,7 @@ const Navbar: React.FC = () => {
  • About @@ -107,7 +107,7 @@ const Navbar: React.FC = () => {
  • Initiatives @@ -115,17 +115,17 @@ const Navbar: React.FC = () => {
  • Join Us
  • {!isUserMentor && ( -
  • +
  • @@ -137,7 +137,7 @@ const Navbar: React.FC = () => { @@ -180,9 +180,8 @@ const Navbar: React.FC = () => { {/* Dropdown menu */}