From 23c98340b0b3edb9240e0b7d2b391867f1996431 Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Tue, 7 Jan 2025 15:57:53 +0100 Subject: [PATCH] add copy --- client/src/document/baseline-indicator.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/document/baseline-indicator.tsx b/client/src/document/baseline-indicator.tsx index b57668e38eee..f3cfb77fbe5d 100644 --- a/client/src/document/baseline-indicator.tsx +++ b/client/src/document/baseline-indicator.tsx @@ -127,7 +127,7 @@ export function BaselineIndicator({ ? "Widely available" : low_date?.getFullYear()} - {status.asterisk ? " *" : ""} + {status.asterisk && " *"} ) : ( Limited availability @@ -181,6 +181,9 @@ export function BaselineIndicator({ most widely-used browsers.

)} + {status.asterisk && ( +

* Some parts of this feature may have varying levels of support

+ )}