mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
advertencia beta
This commit is contained in:
parent
ec9ba5c53d
commit
ccce1f004b
1 changed files with 39 additions and 31 deletions
|
@ -6,9 +6,18 @@
|
|||
export let data: PageData;
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="relative m-4 rounded-lg border border-yellow-300 bg-yellow-50 p-4 text-yellow-800"
|
||||
>
|
||||
<div class="text-sm opacity-80">
|
||||
<strong>¡Ey!</strong> Preciazo todavía está en beta, y todavía estamos
|
||||
buscando su lugar en el mundo :) Si notas algún problema,
|
||||
<a class="underline" href="mailto:preciazo@nulo.ar">contactame :)</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- https://flowbite.com/docs/forms/search-input/ -->
|
||||
<form method="GET" action="/search">
|
||||
<div class="flex items-stretch p-4">
|
||||
<form class="mx-4 my-4 flex items-stretch" method="GET" action="/search">
|
||||
<input
|
||||
type="search"
|
||||
name="q"
|
||||
|
@ -37,7 +46,6 @@
|
|||
</svg>
|
||||
<span class="sr-only">Search</span>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<slot />
|
||||
|
|
Loading…
Reference in a new issue