add search bar to navbar

This commit is contained in:
Sean Morley
2024-06-03 01:46:04 +00:00
parent 23916e9e38
commit c91c212fc0
5 changed files with 146 additions and 27 deletions

View File

@@ -19,6 +19,6 @@
{/each}
</div>
{:else}
<p>No results found</p>
<h1 class="text-center text-4xl font-bold mt-16">No Results Found</h1>
{/if}
</main>