Skip to content

Commit

Permalink
feat: adicionado texto no botão de pesquisa e atualização dos apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus committed Mar 25, 2024
1 parent 66d704a commit 2d60eff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions components/header/Buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ function SearchButton() {

return (
<Button
class="btn-square btn-ghost flex items-center justify-center"
class="bg-stone-200 flex items-center justify-center border-[0] p-[10px] gap-2 text-xs xl:text-base"
aria-label="search icon button"
onClick={() => {
displaySearchbar.value = !displaySearchbar.peek();
}}
>
>Pesquise aqui
<Icon
class="text-base-content"
id="MagnifyingGlass"
Expand Down
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"imports": {
"deco-sites/lojastopmoveis/": "./",
"$store/": "./",
"deco-sites/std/": "https://denopkg.com/deco-sites/std@1.24.2/",
"$live/": "https://denopkg.com/deco-cx/[email protected].16/",
"deco/": "https://denopkg.com/deco-cx/[email protected].16/",
"deco-sites/std/": "https://denopkg.com/deco-sites/std@1.25.0/",
"$live/": "https://denopkg.com/deco-cx/[email protected].28/",
"deco/": "https://denopkg.com/deco-cx/[email protected].28/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand All @@ -41,7 +41,7 @@
"std/": "https://deno.land/[email protected]/",
"partytown/": "https://denopkg.com/deco-cx/[email protected]/",
"daisyui": "npm:[email protected]",
"apps/": "https://denopkg.com/deco-cx/[email protected].10/"
"apps/": "https://denopkg.com/deco-cx/[email protected].16/"
},
"lint": {
"rules": {
Expand Down

0 comments on commit 2d60eff

Please sign in to comment.