diff --git a/ImageBoardServerApp/Pages/Basic/Index.razor b/ImageBoardServerApp/Pages/Basic/Index.razor index e4454fd..74fa521 100644 --- a/ImageBoardServerApp/Pages/Basic/Index.razor +++ b/ImageBoardServerApp/Pages/Basic/Index.razor @@ -3,7 +3,7 @@ @using ImageBoardServerApp.Data.Repository @inject AuthenticationStateProvider authStateProvider -
This is a simple imageboard made in Razor Server.
@@ -16,7 +16,7 @@
Check out the project on Gitlab.
- We're currently @amountOfUsers User(s), viewing @amountOfPosts Post(s) with @amountOfComments Comment(s).
+ We're currently @amountOfUsers users, viewing @amountOfPosts post with @amountOfComments comment.
Click here to:
+
+