Skip to content

Commit

Permalink
fix: fix problem in text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanperias committed Dec 30, 2024
1 parent 2d5ee9a commit 08b03be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cards/project_card.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub fn ProjectCard(
<div class="flex gap-4 sm:gap-0 justify-around items-center mt-4">
<ButtonLink href=button_link size="tiny">
{if button_text.is_empty() {
name.join("")
name.join(" ")
} else {
button_text.to_string()
}}
Expand Down

0 comments on commit 08b03be

Please sign in to comment.