File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,13 @@ const { editUrl } = Astro.locals.starlightRoute;
2525 href = { ` /search/?tags=${tag } ` }
2626 class = " rounded-full border border-[var(--sidebar-border)] bg-transparent px-3 py-1 text-[11px] font-medium text-[var(--sl-color-gray-3)] transition-colors duration-150 ease-out hover:border-[var(--sl-color-gray-2)] hover:text-[var(--sl-color-white)] focus-visible:ring-2 focus-visible:ring-[var(--sl-color-text-accent)] focus-visible:outline-none"
2727 >
28- { tag }
28+ <a
29+ href = { ` /search/?tags=${tag } ` }
30+ class = " rounded-full border border-[var(--sidebar-border)] bg-transparent px-3 py-1 text-[11px] font-medium text-[var(--sl-color-gray-3)] transition-colors duration-150 ease-out hover:border-[var(--sl-color-gray-2)] hover:text-[var(--sl-color-white)] focus-visible:ring-2 focus-visible:ring-[var(--sl-color-text-accent)] focus-visible:outline-none"
31+ data-tag-serp-link = { true }
32+ >
33+ { tag }
34+ </a >
2935 </a >
3036 ))}
3137 </div >
You can’t perform that action at this time.
0 commit comments