Skip to content

Commit

Permalink
Merge pull request #623 from KallieFerguson/Remove-Survey-Banner
Browse files Browse the repository at this point in the history
Update Header.astro
  • Loading branch information
cosenal authored Nov 2, 2024
2 parents d1f430d + d9b1a3b commit a1b7c0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Layout/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
import Container from '~/components/Ui/Container.astro';
import Svg from '~/components/Util/Svg.astro';
import Navigation from './Header/Navigation.astro';
import Banner from '~/components/Banner.astro';
---

<Banner />

<Container className="sticky top-0 pr-0 mb-6 z-50">
<div
class="grid grid-cols-header grid-rows-header grid-areas-header pt-[--header-pt] md:nav-mobile-open:-mr-10 nav-mobile-open:bg-black">
Expand Down

0 comments on commit a1b7c0e

Please sign in to comment.