Skip to content

Commit

Permalink
Merge pull request #44 from deco-sites/task/10917
Browse files Browse the repository at this point in the history
fix: ajustes seo
  • Loading branch information
marcusvl authored Jul 24, 2024
2 parents b20dfe7 + 60a882b commit 2b61bf8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
15 changes: 9 additions & 6 deletions components/header/HeaderLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ function HeaderLayout(
<div class="flex items-center gap-5">
<Buttons variant="menu" />
<a href="/" class="" aria-label="Store logo">
<Icon
id="Logo"
class="max-w-[33vw] w-[54.1px] h-[40px] md:w-[94.6px] md:h-[70px]"
width={94.6}
height={70}
/>
<h1>
<Icon
id="Logo"
class="max-w-[33vw] w-[54.1px] h-[40px] md:w-[94.6px] md:h-[70px]"
width={94.6}
height={70}
alt={"TopMoveis"}
/>
</h1>
</a>
</div>
<div class="max-lg:hidden flex justify-between">
Expand Down
4 changes: 2 additions & 2 deletions components/ui/SectionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ function Header(props: Props) {
>
{props.title &&
(
<h1
<h2
class={`text-xl lg:text-2xl leading-8 lg:leading-10 font-medium text-${props.color}
`}
>
{props.title}
</h1>
</h2>
)}
{props.description &&
(
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/[email protected].6/",
"$live/": "https://denopkg.com/deco-cx/deco@1.75.2/",
"deco/": "https://denopkg.com/deco-cx/deco@1.75.2/",
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected].7/",
"$live/": "https://denopkg.com/deco-cx/deco@1.78.1/",
"deco/": "https://denopkg.com/deco-cx/deco@1.78.1/",
"$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/apps@0.47.12/"
"apps/": "https://denopkg.com/deco-cx/apps@0.52.1/"
},
"lint": {
"rules": {
Expand Down

0 comments on commit 2b61bf8

Please sign in to comment.