Fix is_public mismatching

This commit is contained in:
Sean Morley
2024-09-09 23:47:09 -04:00
parent 45cc925451
commit eab2369352
2 changed files with 14 additions and 5 deletions

View File

@@ -25,7 +25,11 @@
}
</script>
<h1 class="text-center font-bold text-4xl mb-4">Country List</h1>
<h1 class="text-center font-bold text-4xl">Country List</h1>
<!-- result count -->
<p class="text-center mb-4">
{filteredCountries.length} countries found
</p>
<div class="flex items-center justify-center mb-4">
<input