We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dcfa7 commit ab0c94eCopy full SHA for ab0c94e
samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages/FollowingGraph.razor
@@ -9,15 +9,15 @@
9
<h1>Following Graph</h1>
10
11
<p>
12
- The following shows a following graph for @@kristofferstrube@@hachyderm.io<br/>
+ The following shows a following graph for @@kristofferstrube@@hachyderm.io<br />
13
14
@if (selectedUser is null)
15
{
16
- <p>Select a node to show what user that is.</p>
+ <text>Select a node to show what user that is.</text>
17
}
18
else
19
20
- <p>Selected user: <b>@selectedUser.Id</b></p>
+ <text>Selected user: <b>@selectedUser.Id</b></text>
21
22
</p>
23
0 commit comments