Skip to content

Commit

Permalink
make version change arrow centered
Browse files Browse the repository at this point in the history
  • Loading branch information
SFGrenade committed Aug 9, 2024
1 parent 2af6279 commit 9087e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scarab/Views/ModDetailsView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<TextBlock Text="{Binding VersionText}" />
<TextBlock Classes="Update" IsVisible="{Binding UpdateAvailable}">
<Run Text="-> " />
<Run Text=" -> " />
<Run Text="{Binding Version}" />
</TextBlock>
</StackPanel>
Expand Down

0 comments on commit 9087e1e

Please sign in to comment.