From d519d707543e8dc62fcb66ebab48abd11d44d333 Mon Sep 17 00:00:00 2001 From: myfreeer Date: Sun, 3 Mar 2024 11:19:22 +0800 Subject: [PATCH] browser-compatibility-table: fix a link --- src/mdn/browser-compatibility-table/feature-row.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mdn/browser-compatibility-table/feature-row.ts b/src/mdn/browser-compatibility-table/feature-row.ts index 3a79df2..0aeb68b 100644 --- a/src/mdn/browser-compatibility-table/feature-row.ts +++ b/src/mdn/browser-compatibility-table/feature-row.ts @@ -484,7 +484,7 @@ export const FeatureRow = ({ `/${locale}/docs` ); titleNode = ( - ` + ` ${title} ${compat.status && StatusIcons( {status: compat.status}) || ''} `