Skip to content

Commit c8e8fe2

Browse files
committed
Newsletter
1 parent 9d14e7d commit c8e8fe2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: link_bio/link_bio/components/newsletter.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ def newsletter() -> rx.Component:
1313
"/icons/news.svg",
1414
const.NEWSLETTER_URL
1515
),
16-
rx.chakra.box(
17-
element="iframe",
18-
src="https://embeds.beehiiv.com/c9c3f7b7-7ed9-428a-a58f-cb53577fa352?slim=true",
19-
height="75px",
16+
rx.html(
17+
"<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>",
2018
width="100%"
2119
),
2220
spacing=Spacing.DEFAULT.value,

0 commit comments

Comments
 (0)