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 64a7dfa commit f1c53dfCopy full SHA for f1c53df
1 file changed
src/pages/docs/index.astro
@@ -129,9 +129,8 @@ const seo = {
129
target="_blank"
130
rel="noopener noreferrer"
131
class="font-sans font-normal leading-[23px] text-purple-40 underline decoration-solid underline-offset-2 transition-colors duration-fast ease-out-quart hover:text-purple-30"
132
- >
133
- {m.name}
134
- </a>
+ set:text={m.name}
+ />
135
<span class="font-sans font-normal leading-[23px] text-white-10">
136
{" "}- {m.description}
137
</span>
0 commit comments