mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 08:19:06 -05:00
add links to source code and cli app on the bottom.
This commit is contained in:
parent
8ddea1fda5
commit
1b07b4f78a
|
@ -28,7 +28,7 @@ object Main extends IOWebApp {
|
|||
src := "/favicon.ico"
|
||||
),
|
||||
a(
|
||||
href := "https://github.com/fiatjaf/nostr-army-knife",
|
||||
href := "/",
|
||||
"nostr army knife"
|
||||
)
|
||||
),
|
||||
|
@ -38,6 +38,18 @@ object Main extends IOWebApp {
|
|||
actions(store)
|
||||
),
|
||||
result(store)
|
||||
),
|
||||
div(
|
||||
cls := "flex justify-end mr-5 mt-10 text-xs w-4/5",
|
||||
a(
|
||||
href := "https://github.com/fiatjaf/nak",
|
||||
"source code"
|
||||
),
|
||||
a(
|
||||
cls := "ml-4",
|
||||
href := "https://github.com/fiatjaf/nak",
|
||||
"get the command-line tool"
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user