Skip to content

Commit

Permalink
browser-compatibility-table: fix a link
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed Mar 3, 2024
1 parent 51b5e5a commit d519d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdn/browser-compatibility-table/feature-row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export const FeatureRow = ({
`/${locale}/docs`
);
titleNode = (
`<a href={href} class="bc-table-row-header">
`<a href=${href} class="bc-table-row-header">
${title}
${compat.status && StatusIcons( {status: compat.status}) || ''}
</a>`
Expand Down

0 comments on commit d519d70

Please sign in to comment.