From a0dc2c0e266521fd25d761d7b9cfe31c567423cf Mon Sep 17 00:00:00 2001 From: Rohit T P Date: Tue, 3 Oct 2023 12:46:12 +0530 Subject: [PATCH] fixes --- src/sections/Hero/Hero.jsx | 12 ++++++------ src/sections/Hero/Mobilenav.jsx | 6 +++--- src/sections/Hero/Nav.jsx | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/sections/Hero/Hero.jsx b/src/sections/Hero/Hero.jsx index e0ff8b3..ed1a49d 100644 --- a/src/sections/Hero/Hero.jsx +++ b/src/sections/Hero/Hero.jsx @@ -1,4 +1,4 @@ -import React, { Fragment, useState, useEffect } from 'react'; +import React, {Fragment, useState, useEffect} from 'react'; import Image from "next/image"; import Nav from "@/sections/Hero/Nav"; import Countdown from "@/sections/Hero/Countdown"; @@ -20,26 +20,26 @@ const Hero = () => { return ( -
+
- {isMobile ? :
- {"logo"} + {"logo"}

Make-A-Ton6.0

A 24 HOUR HACKATHON TO EMBRACE THE SPIRIT OF INNOVATION

4th - 5th November, 2023

- {"location"} + {"location"}

Cochin University of Science and Technology

- +
diff --git a/src/sections/Hero/Mobilenav.jsx b/src/sections/Hero/Mobilenav.jsx index cf88bc0..c2d65d1 100644 --- a/src/sections/Hero/Mobilenav.jsx +++ b/src/sections/Hero/Mobilenav.jsx @@ -62,10 +62,10 @@ const Mobilenav = () => { {navItems.map((item, index) => (
{item.name} diff --git a/src/sections/Hero/Nav.jsx b/src/sections/Hero/Nav.jsx index 3a19321..7f5b8bf 100644 --- a/src/sections/Hero/Nav.jsx +++ b/src/sections/Hero/Nav.jsx @@ -20,10 +20,10 @@ const Nav = () => { {navItems.map((item, index) => (
{item.name}