Skip to content

Commit 8969898

Browse files
committed
fixing bug book component & youtube component
1 parent 4070068 commit 8969898

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/aprende/books.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fn Book(
132132
view! {
133133
<div class="flex gap-2 items-center bg-orange-200 rounded-md px-2 py-3">
134134
<p class="font-work-sans text-black text-sm">
135-
"ℹ️ Este Libro está marcado como incompleto"
135+
"Este Libro está marcado como incompleto!"
136136
</p>
137137
</div>
138138
}

src/components/aprende/youtube.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ fn YoutubeCard(
6868
<h3 class="font-semibold">{title}</h3>
6969
<p>{description}</p>
7070
<div class="flex justify-center items-center gap-2">
71-
<ButtonLink href=format!("https://www.youtube.com/@{}", username) size="tiny" class="p-2">
71+
<ButtonLink
72+
href=format!("https://www.youtube.com/@{}", username)
73+
size="tiny"
74+
class="p-2"
75+
>
7276
"Youtube"
7377
</ButtonLink>
7478
{if twitch {

0 commit comments

Comments
 (0)