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:
parent
45cc925451
commit
eab2369352
2 changed files with 14 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue