Skip to content

Commit ab0c94e

Browse files
formatting.
1 parent 00dcfa7 commit ab0c94e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages/FollowingGraph.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<h1>Following Graph</h1>
1010

1111
<p>
12-
The following shows a following graph for @@kristofferstrube@@hachyderm.io<br/>
12+
The following shows a following graph for @@kristofferstrube@@hachyderm.io<br />
1313

1414
@if (selectedUser is null)
1515
{
16-
<p>Select a node to show what user that is.</p>
16+
<text>Select a node to show what user that is.</text>
1717
}
1818
else
1919
{
20-
<p>Selected user: <b>@selectedUser.Id</b></p>
20+
<text>Selected user: <b>@selectedUser.Id</b></text>
2121
}
2222
</p>
2323

0 commit comments

Comments
 (0)