Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyaprashant committed Nov 22, 2024
1 parent a368640 commit c587457
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _includes/TopNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import Image from "next/image"
import Link from "next/link"
import { useEffect, useState } from "react"
import { RegularButton, TextLink } from "./CTA"
import NavbarBanner from "./NavbarBanner"

const TopNavbar = () => {
const url = "https://api.github.com/repos/litmuschaos/litmus"
Expand Down Expand Up @@ -92,7 +91,6 @@ const TopNavbar = () => {
: ""
}`}
>
<NavbarBanner />
<Container className={styles.navbarCont}>
<nav className={styles.navbar}>
<div className={styles.logoCont}>
Expand Down

0 comments on commit c587457

Please sign in to comment.