Skip to content

Commit

Permalink
add copy
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Jan 7, 2025
1 parent 7ccf325 commit 23c9834
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/document/baseline-indicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function BaselineIndicator({
? "Widely available"
: low_date?.getFullYear()}
</span>
{status.asterisk ? " *" : ""}
{status.asterisk && " *"}
</>
) : (
<span className="not-bold">Limited availability</span>
Expand Down Expand Up @@ -181,6 +181,9 @@ export function BaselineIndicator({
most widely-used browsers.
</p>
)}
{status.asterisk && (
<p>* Some parts of this feature may have varying levels of support</p>
)}
<ul>
<li>
{/* eslint-disable-next-line react/jsx-no-target-blank */}
Expand Down

0 comments on commit 23c9834

Please sign in to comment.