Skip to content

Commit

Permalink
Fixing polyfill link
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Feb 28, 2022
1 parent 2bcfec5 commit d89d8fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const link = `/features#${feature.id}`;
{ Array.isArray(feature.polyfills) && feature.polyfills.map((polyfill) => (
<a
class="ppe-feature-heading-link ppe-feature-heading-pluginLink"
href="https://github.com/jonathantneal/postcss-pseudo-class-any-link"
href={ polyfill.link }
rel="noreferrer"
aria-label={`${polyfill.type.replace('JavaScript ', '').replace('PostCSS ', '')} for ${cleanTitle}`}
target="_blank"
Expand Down

0 comments on commit d89d8fb

Please sign in to comment.