[Style] Remove underline hover effect in custom nodes manager (#2977)

This commit is contained in:
Christian Byrne
2025-03-11 06:49:20 -07:00
committed by GitHub
parent c2006412de
commit a90b6519b5
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
:href="section.text"
target="_blank"
rel="noopener noreferrer"
class="flex items-center gap-2 hover:underline"
class="flex items-center gap-2"
>
<i
v-if="isGitHubLink(section.text)"