Skip to content

Commit 263a457

Browse files
authored
Merge pull request #75 from Juanperias/main
Arreglar problema al momento de mostrar texto
2 parents b72cbad + 08b03be commit 263a457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/project_card.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub fn ProjectCard(
5050
<div class="flex gap-4 sm:gap-0 justify-around items-center mt-4">
5151
<ButtonLink href=button_link size="tiny">
5252
{if button_text.is_empty() {
53-
name.join("")
53+
name.join(" ")
5454
} else {
5555
button_text.to_string()
5656
}}

0 commit comments

Comments
 (0)