Format WhatsNewModal
This commit is contained in:
parent
ae29fe34a2
commit
7f4994c074
1 changed files with 13 additions and 5 deletions
|
@ -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>)}}/>,
|
||||
/>,
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue