Skip to content

Commit fe66423

Browse files
committed
Se actualiza Twitch
1 parent c0693b8 commit fe66423

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: link_bio/link_bio/views/courses_links.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def courses_links() -> rx.Component:
5050
title("Mucho más en"),
5151
link_button(
5252
"Twitch",
53-
"Transmisiones sobre programación de lunes a viernes",
53+
"Transmisiones sobre programación y desarrollo",
5454
"/icons/twitch.svg",
5555
const.TWITCH_URL
5656
),

Diff for: link_bio/link_bio/views/index_links.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def index_links() -> rx.Component:
3030
),
3131
link_button(
3232
"Twitch",
33-
"Transmisiones sobre programación de lunes a viernes",
33+
"Transmisiones sobre programación y desarrollo",
3434
"/icons/twitch.svg",
3535
const.TWITCH_URL
3636
),

0 commit comments

Comments
 (0)