Update funding source and strings

This commit is contained in:
nighthawk24 2022-02-01 16:29:38 -05:00
parent a4d5f95ccb
commit a2adab8350
4 changed files with 5 additions and 5 deletions

View File

@ -189,7 +189,7 @@ Heroicon name: outline/x" x-state:on="Menu open" x-state:off="Menu closed" class
</div> </div>
<p class="mt-8 text-center text-base text-gray-400"> <p class="mt-8 text-center text-base text-gray-400">
&copy; 2021 Nighthawk Apps. &copy; 2021 Nighthawk Apps.
<span class="block sm:inline">Funded by ZOMG.</span> <span class="block sm:inline">Funded by Zcash Community Grants.</span>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -30,7 +30,7 @@
</div> </div>
<p class="mt-8 text-center text-base text-gray-400"> <p class="mt-8 text-center text-base text-gray-400">
&copy; <%= DateTime.utc_now.year %> Nighthawk Apps. &copy; <%= DateTime.utc_now.year %> Nighthawk Apps.
<span class="block sm:inline">Funded by ZOMG.</span> <span class="block sm:inline">Funded by Zcash Community Grants.</span>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -1,7 +1,7 @@
<main class="py-4"> <main class="py-4">
<div class="grid grid-cols-1 mx-8"> <div class="grid grid-cols-1 mx-8">
<h3 class="text-lg leading-6 font-medium text-gray-500 py-2"> <h3 class="text-lg leading-6 font-medium text-gray-500 py-2">
Zcash connected network nodes Network nodes connected to Zcash Block Explorer:
</h3> </h3>
<%= live_render(@conn, ZcashExplorerWeb.NodesLive) %> <%= live_render(@conn, ZcashExplorerWeb.NodesLive) %>
</div> </div>

View File

@ -33,7 +33,7 @@
<% end %> <% end %>
<p class="mt-1 mb-2 max-w-2xl text-sm text-gray-600"> <p class="mt-1 mb-2 max-w-2xl text-sm text-gray-600">
Paste the viewing key, click on the "start importing" button and grab a coffee ! Paste the viewing key, click on the "Start Importing" button and grab a coffee!
</p> </p>
<input type="hidden" value="<%= @csrf_token %>" name="_csrf_token"/> <input type="hidden" value="<%= @csrf_token %>" name="_csrf_token"/>
@ -51,7 +51,7 @@
<div class="pt-5 pb-5"> <div class="pt-5 pb-5">
<div class="flex justify-center"> <div class="flex justify-center">
<button type="submit" class="flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> <button type="submit" class="flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Start importing Start Importing
</button> </button>
</div> </div>
</div> </div>