Skip to content

Commit

Permalink
ui(logo): Usa logotipo local em SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
Phenome committed Oct 31, 2023
1 parent df1d314 commit 7c6941a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions web/public/logoReflora.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Layout from '../layouts/base.astro'

<Layout title="Flora e Funga do Brasil">
<div class="h-screen v-screen flex flex-col items-center justify-center">
<img class="h-64 w-auto" src="http://dalcinweb.s3-website-us-east-1.amazonaws.com/dwc2json/logoReflora.png" alt="Logotipo Flora" />
<img class="h-64 w-auto" src="/logoReflora.svg" alt="Logotipo Flora" />
<div>
Acesse a <a class="text-green-800 font-bold" href="/taxa"
>página de pesquisa de taxa</a
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/taxa.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const searchParamsWithPage = (page: number) => {
return `?${params.toString()}`
}
---
<img src="http://dalcinweb.s3-website-us-east-1.amazonaws.com/dwc2json/logoReflora.png" alt="Reflora Logo">
<img src="/logoReflora.svg" alt="Reflora Logo">
<BaseLayout title="Procura de Taxa">
<section class="m-2 p-2 border rounded border-slate-400 inline-block">
<h2 class="text-xl font-bold">Filtro</h2>
Expand Down

0 comments on commit 7c6941a

Please sign in to comment.