File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import SuccessMessage from "@components/SuccessMessage";
55import {
66 PopiconsChevronBottomLine ,
77 PopiconsChevronTopLine ,
8+ PopiconsCircleInfoLine ,
89} from "@popicons/react" ;
910import { useState } from "react" ;
1011import { Trans , useTranslation } from "react-i18next" ;
@@ -122,8 +123,16 @@ function ConfirmSignMessage() {
122123 } ) ,
123124 } ) ,
124125 } }
125- // eslint-disable-next-line react/jsx-key
126- components = { [ < i > </ i > ] }
126+ components = { [
127+ // eslint-disable-next-line react/jsx-key
128+ < a
129+ href = { `https://nostrbook.dev/kinds/${ event . kind } ` }
130+ target = "_blank"
131+ rel = "noopener noreferrer"
132+ >
133+ < PopiconsCircleInfoLine className = "inline-flex w-4 h-4 ml-1" />
134+ </ a > ,
135+ ] }
127136 />
128137 }
129138 content = { content }
Original file line number Diff line number Diff line change 949949 "title" : " Nostr" ,
950950 "allow" : " Allow {{publisher}} to {{action}}" ,
951951 "content" : " This website asks you to sign:" ,
952- "allow_sign_event" : " Allow {{host}} to sign a <0>{{kind}}</0> event" ,
952+ "allow_sign_event" : " Allow {{host}} to sign a <0>{{kind}}<0></0>< /0> event" ,
953953 "block_and_ignore" : " Block and ignore {{host}}" ,
954954 "block_added" : " Added {{host}} to the blocklist, please reload the website." ,
955955 "recipient" : " Recipient" ,
You can’t perform that action at this time.
0 commit comments