Skip to content

Commit

Permalink
Remove release banner display
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammo-Feldmann committed Dec 13, 2023
1 parent 0b8e501 commit 612b7fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { colors, layout, breakpoints } from "../theme"
import { CaseiLogoIcon } from "../icons"
import { NEGATIVE } from "../utils/constants"
import StickyBanner from "./sticky-banner"
import ReleaseBanner from "./release-banner"

const Header = ({ shortname, children, mode }) => {
const offsetCalculator = (scrollDirection, _, currentScroll) => {
Expand All @@ -29,7 +28,6 @@ const Header = ({ shortname, children, mode }) => {
rgba(68, 63, 63, 0.08) 0px 2px 6px 0px;
`}
>
<ReleaseBanner />
<div
css={`
margin: 0 auto;
Expand Down

0 comments on commit 612b7fc

Please sign in to comment.