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 1d4f38f commit 851bde4Copy full SHA for 851bde4
src/LinkDotNet.Blog.Web/Shared/Skills/SkillTable.razor
@@ -11,7 +11,7 @@
11
}
12
</div>
13
<div class="table-container">
14
- <table class="skill-table">
+ <table class="skill-table" id="skill-table">
15
<tbody>
16
<tr>
17
<th>Capability</th>
@@ -48,6 +48,10 @@
48
49
</tbody>
50
</table>
51
+ @if (IsAuthenticated)
52
+ {
53
+ <small for="skill-table">You can drag and drop your skills from one proficency to another</small>
54
+ }
55
56
@code {
57
[Parameter]
0 commit comments