Skip to content

Commit 1536742

Browse files
committed
Pro
1 parent 11ab99d commit 1536742

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

link_bio/link_bio/components/newsletter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import reflex as rx
22
import link_bio.constants as const
33
from link_bio.components.link_button import link_button
4-
from link_bio.styles.colors import Color
54
from link_bio.styles.styles import Spacing
65

76

link_bio/link_bio/views/index_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def index_links() -> rx.Component:
1313
return rx.vstack(
1414
title("Comunidad"),
1515
link_button(
16-
"¡Muy pronto! mouredev pro",
16+
"mouredev pro | 12 de noviembre",
1717
"Estudia programación de manera diferente",
1818
"/icons/pro.svg",
1919
const.PRO_URL,

0 commit comments

Comments
 (0)