Update login and signup pages, and add countries.json

This commit is contained in:
Sean Morley
2024-04-13 21:03:59 +00:00
parent 8a169da9e2
commit b2210dc7c9
5 changed files with 237 additions and 107 deletions

View File

@@ -35,7 +35,7 @@
<div class="flex justify-center mt-12 mr-25 ml-25">
<blockquote class="w-80 text-center text-lg break-words">
{#if quote != ""}
"{quote}"
{quote}
{/if}
<!-- <footer class="text-sm">- Steve Jobs</footer> -->
</blockquote>

View File

@@ -47,7 +47,7 @@
<div class="flex justify-center mt-12 mr-25 ml-25">
<blockquote class="w-80 text-center text-lg break-words">
{#if quote != ""}
"{quote}"
{quote}
{/if}
<!-- <footer class="text-sm">- Steve Jobs</footer> -->
</blockquote>