mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-16 03:48:51 +00:00
stop autolinking on nip19 codes, add an icon afterwards.
This commit is contained in:
@@ -232,12 +232,12 @@ object Components {
|
||||
): Resource[IO, HtmlDivElement[IO]] =
|
||||
div(
|
||||
span(cls := "font-bold", key + " "),
|
||||
span(
|
||||
Styles.mono,
|
||||
a(
|
||||
href := "nostr:" + code,
|
||||
code
|
||||
)
|
||||
span(Styles.mono, cls := "break-all", code),
|
||||
a(
|
||||
href := "nostr:" + code,
|
||||
external
|
||||
)
|
||||
)
|
||||
|
||||
private val external = img(cls := "inline w-4 ml-2", src := "ext.svg")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user