File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -264,10 +264,7 @@ function onBeforeToggleHoverCard(event: ToggleEvent & { source: HTMLElement }) {
264264 class =" relative h-12 w-12 list-none group"
265265 style =" contain : layout style "
266266 >
267- <LinkBase
268- :to =" contributor.html_url"
269- no-underline
270- no-new-tab-icon
267+ <button
271268 :data-cid =" contributor.id"
272269 class =" group relative block h-12 w-12 rounded-lg transition-transform outline-none p-0 bg-transparent"
273270 interestfor =" contributor-hovercard"
@@ -279,7 +276,7 @@ function onBeforeToggleHoverCard(event: ToggleEvent & { source: HTMLElement }) {
279276 height =" 64"
280277 class =" w-12 h-12 rounded-lg ring-2 ring-transparent transition-shadow duration-200 hover:ring-accent"
281278 />
282- </LinkBase >
279+ </button >
283280 </li >
284281 </ul >
285282 </section >
You can’t perform that action at this time.
0 commit comments