Format WhatsNewModal

This commit is contained in:
Fedor Indutny 2023-05-18 08:01:53 -07:00 committed by GitHub
parent ae29fe34a2
commit 7f4994c074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,13 +41,21 @@ export function WhatsNewModal({
id="icu:WhatsNew__v6.19--1"
renderText={renderText}
components={{
sha265: (
<a href="https://github.com/sha-265">@sha-265</a>
sha265: <a href="https://github.com/sha-265">@sha-265</a>,
}}
/>,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.19--2"
renderText={renderText}
components={{
supportLink: (
<a href="https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems">
https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems
</a>
),
}}
/>,
<Intl i18n={i18n} id="icu:WhatsNew__v6.19--2" renderText={renderText} components={{"supportLink": (<a href="https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems">https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems
</a>)}}/>,
/>,
],
};