generated from deco-sites/storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from deco-sites/feat/servicos
style: add estilo para page servicos/evolucao + ajustes
- Loading branch information
Showing
41 changed files
with
3,247 additions
and
2,472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
interface NameImage{ | ||
linkname?:string; | ||
interface NameImage { | ||
linkname?: string; | ||
} | ||
|
||
function CertificationImage( {linkname}:NameImage ){ | ||
return( | ||
<> | ||
<li> | ||
<div><img src={`${linkname}`} /></div> | ||
</li> | ||
</> | ||
) | ||
function CertificationImage({ linkname }: NameImage) { | ||
return ( | ||
<> | ||
<li> | ||
<div> | ||
<img src={`${linkname}`} /> | ||
</div> | ||
</li> | ||
</> | ||
); | ||
} | ||
|
||
export default CertificationImage; | ||
export default CertificationImage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
interface Props{ | ||
copyrightText?: string; | ||
interface Props { | ||
copyrightText?: string; | ||
} | ||
|
||
function Email( {copyrightText}:Props ){ | ||
return( | ||
<span class="text-14 text-base-150 font-noto-sans tracking-[0.98px]"> {copyrightText} </span> | ||
) | ||
|
||
function Email({ copyrightText }: Props) { | ||
return ( | ||
<span class="text-14 text-base-150 font-noto-sans tracking-[0.98px]"> | ||
{copyrightText} | ||
</span> | ||
); | ||
} | ||
|
||
export default Email; | ||
export default Email; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.