File tree Expand file tree Collapse file tree
packages/pure/components/basic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,9 +100,8 @@ const socialLinks = normalizeSocialLinks(footerConf.social)
100100 <a
101101 href = ' https://github.com/cworld1/astro-theme-pure'
102102 target = ' _blank'
103- class = ' hover:text-primary'
103+ class = ' hover:text-primary external-link '
104104 >
105- { /* <DevIcon name='devicon:astro' class='size-4' /> */ }
106105 Astro & Pure theme
107106 </a >
108107 <span class = ' inline-flex items-center gap-x-1' >powered</span >
@@ -123,9 +122,9 @@ const socialLinks = normalizeSocialLinks(footerConf.social)
123122
124123 return (
125124 <a
126- class = ' inline-block text-muted-foreground transition-all hover:text-muted-foreground/75'
125+ class = ' inline-block external-link text-muted-foreground transition-all hover:text-muted-foreground/75'
127126 href = { url }
128- aria-label = { label }
127+ aria-labelledby = { label }
129128 target = ' _blank'
130129 rel = ' noopener noreferrer'
131130 >
You can’t perform that action at this time.
0 commit comments