We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390dd39 commit 06f66ffCopy full SHA for 06f66ff
web/src/pages/taxa.astro
@@ -43,10 +43,9 @@ const searchParamsWithPage = (page: number) => {
43
return `?${params.toString()}`
44
}
45
---
46
-
+<img src="http://dalcinweb.s3-website-us-east-1.amazonaws.com/dwc2json/logoReflora.png" alt="Reflora Logo">
47
<BaseLayout title="Procura de Taxa">
48
- <img src="http://dalcinweb.s3-website-us-east-1.amazonaws.com/dwc2json/logoReflora.png" alt="Reflora Logo">
49
- <section class="m-2 p-2 border rounded border-slate-400 inline-block">
+ <section class="m-2 p-2 border rounded border-slate-400 inline-block">
50
<h2 class="text-xl font-bold">Filtro</h2>
51
<form class="inline-flex flex-col gap-1">
52
<div class="row">
0 commit comments