Skip to content

Commit 851bde4

Browse files
committed
Show small tip that Skills can be drag and dropped
1 parent 1d4f38f commit 851bde4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/LinkDotNet.Blog.Web/Shared/Skills/SkillTable.razor

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
</div>
1313
<div class="table-container">
14-
<table class="skill-table">
14+
<table class="skill-table" id="skill-table">
1515
<tbody>
1616
<tr>
1717
<th>Capability</th>
@@ -48,6 +48,10 @@
4848
}
4949
</tbody>
5050
</table>
51+
@if (IsAuthenticated)
52+
{
53+
<small for="skill-table">You can drag and drop your skills from one proficency to another</small>
54+
}
5155
</div>
5256
@code {
5357
[Parameter]

0 commit comments

Comments
 (0)