chore: help page strings
This commit is contained in:
parent
d4e174af51
commit
94e692505f
@ -1,12 +1,20 @@
|
|||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import { KieranPubKey } from "Const";
|
import { KieranPubKey } from "Const";
|
||||||
|
import { FormattedMessage } from "react-intl";
|
||||||
|
|
||||||
export default function HelpPage() {
|
export default function HelpPage() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<h2>NIP-05</h2>
|
<h2>
|
||||||
|
<FormattedMessage defaultMessage="NIP-05" />
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
If you have an enquiry about your NIP-05 order please DM <Link to={`/messages/${KieranPubKey}`}>Kieran</Link>
|
<FormattedMessage
|
||||||
|
defaultMessage="If you have an enquiry about your NIP-05 order please DM {link}"
|
||||||
|
values={{
|
||||||
|
link: <Link to={`/messages/${KieranPubKey}`}>Kieran</Link>,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user