mirror of
https://github.com/fiatjaf/nak.git
synced 2025-09-01 06:20:46 -04:00
add links to source code and cli app on the bottom.
This commit is contained in:
@@ -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"
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user