Skip to content

Commit

Permalink
chore: Add newsletter signup to bottom banner
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Sep 23, 2024
1 parent da1f8e0 commit 4e15df6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/BottomBanner/BottomBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
BOTTOM_BANNER_NEWSLETTER_TEXT,
FORM_CONTAINER_ID,
} from "./constants";
import { NewsletterSignup } from "./components/NewsletterSignup/NewsletterModal";
import { NewsletterSignup } from "./components/NewsletterSignup/NewsletterSignup";
import { useConnect } from "./connect";

export interface BottomBannerProps {
Expand Down

0 comments on commit 4e15df6

Please sign in to comment.