diff --git a/TaxBaik.Web/Components/Admin/App.razor b/TaxBaik.Web/Components/Admin/App.razor index 7dea8ef..014b97f 100644 --- a/TaxBaik.Web/Components/Admin/App.razor +++ b/TaxBaik.Web/Components/Admin/App.razor @@ -12,7 +12,7 @@ - + diff --git a/TaxBaik.Web/Pages/_Layout.cshtml b/TaxBaik.Web/Pages/_Layout.cshtml index 51ef16a..72562ca 100644 --- a/TaxBaik.Web/Pages/_Layout.cshtml +++ b/TaxBaik.Web/Pages/_Layout.cshtml @@ -57,7 +57,7 @@ @if (Context.RequestServices.GetService(typeof(VersionInfo)) is VersionInfo version) {
- v@version.Version · @version.Built + v@(version.Version) · @version.Built
}