File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,30 +12,18 @@ const skillsModal = useModal('skills-modal')
1212
1313<template >
1414 <section v-if =" skills.length" id =" skills" class =" scroll-mt-20" >
15- <h2 id =" skills-heading" class =" group text-xs text-fg-subtle uppercase tracking-wider mb-3" >
16- <a
17- href =" #skills"
18- class =" inline-flex items-center gap-1.5 text-fg-subtle hover:text-fg-muted transition-colors duration-200 no-underline"
19- >
20- {{ $t('package.skills.title') }}
21- <span
22- class =" i-carbon:link w-3 h-3 block opacity-0 group-hover:opacity-100 transition-opacity duration-200"
23- aria-hidden =" true"
24- />
25- </a >
15+ <h2 class =" text-xs text-fg-subtle uppercase tracking-wider mb-3" >
16+ {{ $t('package.skills.title') }}
2617 </h2 >
2718 <button
2819 type =" button"
29- class =" group/btn w-full flex items-center gap-2 px-3 py-2 bg-bg-subtle border border-border rounded-lg hover:border-border-hover hover:bg-bg-muted transition-colors"
20+ class =" w-full flex items-center gap-2 px-3 py-2 text-sm font-mono bg-bg-muted border border-border rounded-md hover:border-border-hover hover:bg-bg-elevated focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-border-hover transition-colors duration-200 "
3021 @click =" skillsModal.open()"
3122 >
32- <span class =" i-custom:agent-skills size-4 text-fg-muted" aria-hidden =" true" />
33- <span class =" text-sm text-fg " >{{
23+ <span class =" i-custom:agent-skills w-4 h-4 shrink-0 text-fg-muted" aria-hidden =" true" />
24+ <span class =" text-fg-muted " >{{
3425 $t('package.skills.skills_available', { count: skills.length }, skills.length)
3526 }}</span >
36- <span class =" text-xs text-fg-subtle group-hover/btn:text-fg transition-colors ms-auto" >{{
37- $t('package.skills.view')
38- }}</span >
3927 </button >
4028 </section >
4129</template >
You can’t perform that action at this time.
0 commit comments