Skip to content

Commit 095aa5c

Browse files
PR Feedback
1 parent bfd4851 commit 095aa5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EssentialCSharp.Web/Views/Home/Guidelines.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<div class="mb-4">
1212
<h2 class="fs-4 heading-wrapper" id="naming-conventions-table">
1313
C# Naming Conventions - Quick Reference Table
14-
<button class="anchor-link" v-on:click="copyToClipboard('naming-conventions-table')" title="Copy direct link">
14+
<a class="anchor-link" href="#naming-conventions-table" v-on:click="copyToClipboard('naming-conventions-table')" title="Copy direct link to naming conventions table">
1515
<i class="fa-solid fa-link"></i>
16-
</button>
16+
</a>
1717
</h2>
1818
<div class="table-responsive mb-3">
1919
<table class="table table-bordered table-striped align-middle w-auto">
@@ -46,9 +46,9 @@
4646
{
4747
<h2 class="fs-4 heading-wrapper" id="@group.Key?.ToLower()">
4848
@group.Key
49-
<button class="anchor-link" v-on:click="copyToClipboard('@group.Key?.ToLower()')">
49+
<a class="anchor-link" href="#@group.Key?.ToLower()" v-on:click="copyToClipboard('@group.Key?.ToLower()')" title="Copy direct link to @group.Key subsection">
5050
<i class="fa-solid fa-link"></i>
51-
</button>
51+
</a>
5252
</h2>
5353
foreach (var guideline in group)
5454
{

0 commit comments

Comments
 (0)