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 89d0606 commit fb3935dCopy full SHA for fb3935d
app/pages/about.vue
@@ -257,9 +257,6 @@ function onBeforeToggleHoverCard(event: ToggleEvent & { source: HTMLElement }) {
257
<ul
258
v-else-if="contributors.length"
259
class="flex flex-wrap justify-center gap-2 list-none p-0 overflow-visible"
260
- @mouseover="onListMouseEnter"
261
- @mouseout="onListMouseLeave"
262
- @click="onListClick"
263
>
264
<li
265
v-for="contributor in contributors"
0 commit comments