Skip to content

Commit

Permalink
Newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Sep 18, 2024
1 parent 9d14e7d commit c8e8fe2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions link_bio/link_bio/components/newsletter.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ def newsletter() -> rx.Component:
"/icons/news.svg",
const.NEWSLETTER_URL
),
rx.chakra.box(
element="iframe",
src="https://embeds.beehiiv.com/c9c3f7b7-7ed9-428a-a58f-cb53577fa352?slim=true",
height="75px",
rx.html(
"<iframe src='https://embeds.beehiiv.com/c9c3f7b7-7ed9-428a-a58f-cb53577fa352?slim=true' data-test-id='beehiiv-embed' title='Formulario de suscripción newsletter mouredev pro' width='100%' height='52' frameborder='0' scrolling='no' style='margin: 0; border-radius: 6px !important; background-color: transparent;'></iframe>",
width="100%"
),
spacing=Spacing.DEFAULT.value,
Expand Down

0 comments on commit c8e8fe2

Please sign in to comment.