diff --git a/README.md b/README.md index 6fe4d84..4b86db8 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A toolkit for debugging all things Nostr as a webpage. ![](https://user-images.githubusercontent.com/1653275/227681805-0cd20b39-de0d-4fcb-abb4-de3283404e8f.png) -Made with [Scala](https://scala-lang.org/) and [Calico](https://www.armanbilge.com/calico/). +Made with [Scala](https://scala-lang.org/) and [Calico](https://www.armanbilge.com/calico/). Icon by [Smashicons](https://www.flaticon.com/free-icons/switzerland). diff --git a/src/main/scala/Main.scala b/src/main/scala/Main.scala index 0881c0e..84953c8 100644 --- a/src/main/scala/Main.scala +++ b/src/main/scala/Main.scala @@ -21,7 +21,14 @@ object Main extends IOWebApp { cls := "flex w-full h-full flex-col items-center justify-center", div( cls := "w-4/5", - h1(cls := "px-1 py-2 text-center text-xl", "nostr army knife"), + h1( + cls := "px-1 py-2 text-center text-xl", + img( + cls := "inline-block w-8 mr-2", + src := "/favicon.ico" + ), + "nostr army knife" + ), div( cls := "flex my-3", input(store),