diff --git a/app/templates/book/components/collection_context_menu.html b/app/templates/book/components/collection_context_menu.html index d091cbc..964d0ff 100644 --- a/app/templates/book/components/collection_context_menu.html +++ b/app/templates/book/components/collection_context_menu.html @@ -99,7 +99,7 @@ diff --git a/app/templates/book/favorite_books.html b/app/templates/book/favorite_books.html index 23d731a..d267087 100644 --- a/app/templates/book/favorite_books.html +++ b/app/templates/book/favorite_books.html @@ -10,7 +10,7 @@ {% if not current_user.is_authenticated %}
-
+ {% endif %} {% if current_user.is_authenticated and books.total<1 %} diff --git a/app/templates/book/interpretation_view.html b/app/templates/book/interpretation_view.html index 55a94d0..b04a1cd 100644 --- a/app/templates/book/interpretation_view.html +++ b/app/templates/book/interpretation_view.html @@ -39,7 +39,7 @@
-

Connect you wallet to start contributing!

+

Connect your wallet to start contributing!

diff --git a/app/templates/book/my_contributions.html b/app/templates/book/my_contributions.html index ef5a468..807b68c 100644 --- a/app/templates/book/my_contributions.html +++ b/app/templates/book/my_contributions.html @@ -11,7 +11,7 @@ {% if not current_user.is_authenticated %}
-
+ {% endif %} {% if current_user.is_authenticated and not interpretations.total %} diff --git a/app/templates/book/my_library.html b/app/templates/book/my_library.html index 5182424..17fe2e4 100644 --- a/app/templates/book/my_library.html +++ b/app/templates/book/my_library.html @@ -17,7 +17,7 @@ type="button" id="connectWalletBtn" class="w-full h-full text-black dark:text-white focus:ring-4 focus:outline-none focus:ring-blue-100 font-medium rounded-lg text-sm px-4 py-2.5 justify-center text-center inline-flex items-center border border-gray-200 dark:border-gray-700"> -
Connect you wallet to see your library!
+
Connect your wallet to see your library!
{% endif %} {% if current_user.is_authenticated and not books.total %} diff --git a/app/templates/book/qa_view.html b/app/templates/book/qa_view.html index d083d37..2a32201 100644 --- a/app/templates/book/qa_view.html +++ b/app/templates/book/qa_view.html @@ -35,7 +35,7 @@

- Connect you wallet to start contributing! + Connect your wallet to start contributing!