Skip to content

Commit

Permalink
improve: remove vote history banner warning (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
daywiss authored Feb 8, 2025
1 parent 9b415eb commit 1b9257a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { useInitializeVoteTiming } from "hooks";
import { ReactNode } from "react";
import styled from "styled-components";
import { Meta } from "./Meta";
import { VoteHistoryBanner } from "components/AnnouncementBanners/VoteHistoryBanner";

interface Props {
children: ReactNode;
Expand All @@ -22,7 +21,6 @@ export function Layout({ children, title }: Props) {
<Meta title={title} />
<Main>
<GasRebateBanner />
<VoteHistoryBanner />
<ErrorBanner />
<OldDesignatedVotingAccountWarningBanner />
<Header />
Expand Down

0 comments on commit 1b9257a

Please sign in to comment.