diff --git a/MyApp/Components/Pages/Questions/LiveAnswers.razor b/MyApp/Components/Pages/Questions/LiveAnswers.razor index 7df946b..4493e32 100644 --- a/MyApp/Components/Pages/Questions/LiveAnswers.razor +++ b/MyApp/Components/Pages/Questions/LiveAnswers.razor @@ -29,7 +29,7 @@
@foreach (var tag in question.Post.Tags.Safe()) { - @tag + @tag }
@@ -58,10 +58,10 @@

- + full question page - +

@@ -105,12 +105,12 @@ @if (question.Answers.Count > 0) {
- +
Full Question Page
-
+
} }