Files
work/Visor/Visor/Components/Layout/FooterMenu.razor
T
astankovmi 5b14466d24
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
UPD Visor
2026-06-30 17:43:10 +03:00

4 lines
333 B
Plaintext

@using System.Reflection
<Bar Padding="Padding.Is1" Background="Background.Default">
<Heading TextAlignment="TextAlignment.Center" Width="Width.Is100" TextColor="TextColor.White" Size="HeadingSize.Is6">@($"{Assembly.GetExecutingAssembly().GetName().Name} v{Assembly.GetExecutingAssembly().GetName().Version}")</Heading>
</Bar>