diff --git a/.env.example b/.env.example
index f5b40b9..0136570 100644
--- a/.env.example
+++ b/.env.example
@@ -12,14 +12,17 @@ REACT_APP_THEME_SELECTOR=true
#'true' if you want to show the 2140meetups section or 'false' to hide it.
REACT_APP_SHOW_MEETUPS=true
#ID de tu comunidad, puedes encontrar la id en la pagina de tu comunidad de 2140meetups.com, por ejemplo https://2140meetups.com/comunidad/5605/ donde la id seria '5605'
-REACT_APP_COMUNITY_ID=5573
+REACT_APP_COMUNITY_ID=5983
#Nostr settings
#Show nostr section 'true' or 'false'
REACT_APP_NOSTR_SHOW=true
+#Show banner like background of the site 'true' or 'false'
+REACT_APP_NOSTR_SHOW_BANNER=true
+#Your nostr pubkey in npub/hex
REACT_APP_NOSTR_PUBKEY=npub1gzuushllat7pet0ccv9yuhygvc8ldeyhrgxuwg744dn5khnpk3gs3ea5ds
#Choose how many messages from your feed you want to display (recommended from 1 to 25)
-REACT_APP_NOSTR_NOTES_TO_SHOW=10
+REACT_APP_NOSTR_NOTES_TO_SHOW=1
#Choose witch client you want to use for see notes out linktr ["https://nostr.com/", "https://snort.social/e/", "https://nostr.band/", "https://iris.to/", "https://primal.net/thread/", "https://www.nostr.guru/e/"]
REACT_APP_NOSTR_OUTER_NOTES=https://nostr.com/
#Choose witch client you want to use for see profiles out linktr ["https://snort.social/p/", "https://nostr.band/", "https://iris.to/", "https://primal.net/profile/"]
@@ -29,4 +32,8 @@ REACT_APP_NOSTR_OUTER_HASHTAGS=https://snort.social/t/
#Choose witch client you want to use for see long content out linktr ["https://habla.news/a/", "https://nostr.com/"]
REACT_APP_NOSTR_OUTER_LONG=https://habla.news/a/
#Choose witch client you want to use for others to chat with you ["https://chat.punkhub.me/?dm=", "https://www.nostrchat.io/dm/"]
-REACT_APP_NOSTR_OUTER_CHAT=https://chat.punkhub.me/?dm=
\ No newline at end of file
+REACT_APP_NOSTR_OUTER_CHAT=https://chat.punkhub.me/?dm=
+
+#Extra settings
+#Show footer 'true' or 'false'
+REACT_APP_NOSTR_SHOW_FOOTER=true
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index bd92b61..72b00f1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2023 Linktr
+Copyright (c) 2023 Gzuuus
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/public/.well-know/nostr.json b/public/.well-know/nostr.json
deleted file mode 100644
index 6a691dd..0000000
--- a/public/.well-know/nostr.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "names": {
- "gzuuus": "40b9c85fffeafc1cadf8c30a4e5c88660ff6e4971a0dc723d5ab674b5e61b451"
- }
-}
\ No newline at end of file
diff --git a/src/App.js b/src/App.js
index 5a16343..3224c3a 100644
--- a/src/App.js
+++ b/src/App.js
@@ -41,9 +41,6 @@ function App() {
{themeButtons}
)}
-