Skip to content

Commit

Permalink
feat: remove penny banner (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalsayed10 authored Apr 30, 2024
1 parent c62563b commit cae2ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar-main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export default function MainNavbar(props: MainNavbarProps) {
<a href="/get">Get a Sprig</a>
</li>
</ul>
<div class={styles.desktop}>
{/* <div class={styles.desktop}>
<AnnouncementBanner />
</div>
</div> */}
<ul class={styles.rightActions}>
{props.session?.session.full ? (
<>
Expand Down

0 comments on commit cae2ece

Please sign in to comment.