We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b72cbad + 08b03be commit 263a457Copy full SHA for 263a457
src/components/cards/project_card.rs
@@ -50,7 +50,7 @@ pub fn ProjectCard(
50
<div class="flex gap-4 sm:gap-0 justify-around items-center mt-4">
51
<ButtonLink href=button_link size="tiny">
52
{if button_text.is_empty() {
53
- name.join("")
+ name.join(" ")
54
} else {
55
button_text.to_string()
56
}}
0 commit comments