diff --git a/Components/Pages/Index.razor b/Components/Pages/Index.razor index 56e6c47..8035371 100644 --- a/Components/Pages/Index.razor +++ b/Components/Pages/Index.razor @@ -11,7 +11,7 @@ @if (Id is null) {

Welcome to Just Short It!

The KISS single-user URL shortener!

- Start shorting URLs + Start shorting URLs } else {

@ErrorMessage

} diff --git a/Components/Partials/LoginPartial.razor b/Components/Partials/LoginPartial.razor index 0a2feec..6010c0f 100644 --- a/Components/Partials/LoginPartial.razor +++ b/Components/Partials/LoginPartial.razor @@ -1,9 +1,9 @@  @(context.User.Identity?.Name ?? "err_username_unknown") - Logout + Logout - Login + Login