Skip to content

Commit

Permalink
Format WhatsNewModal
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed May 18, 2023
1 parent ae29fe3 commit 7f4994c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions ts/components/WhatsNewModal.tsx
Expand Up @@ -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>)}}/>,
/>,
],
};

Expand Down

0 comments on commit 7f4994c

Please sign in to comment.