1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

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