Skip to content

Commit

Permalink
fix: Shorten text in version is already latest (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Jan 28, 2025
1 parent 883ccf1 commit fc97e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,8 @@ pub fn About() -> impl IntoView {
size=ButtonSize::Tiny
icon=icondata::MdiCheckCircleOutline
>
"You are already on the latest version"
{move || version.get()}
" is the latest version"
</Button>
}
}
Expand Down

0 comments on commit fc97e33

Please sign in to comment.