Skip to content

Commit

Permalink
chore(hero): vamos eliminar texto que nao tem necessidade
Browse files Browse the repository at this point in the history
  • Loading branch information
deMGoncalves committed Mar 31, 2023
1 parent b002f50 commit 214699f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions component/hero/src/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ import './style'
import Button from '@kuba/button'
import container from '@kuba/container'
import h from '@kuba/h'
import text from '@kuba/text'

function component (props) {
return (
<section className='hero'>
<container.Div>
<div className='hero__banner' half={props.half}>
<text.H1 master dark md highlight bold center>Iaculis nunc sed augue lacus viverra vitae</text.H1>
<Button.Secondary>Sed vulputate</Button.Secondary>
</div>
</container.Div>
Expand Down
1 change: 0 additions & 1 deletion component/hero/src/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export default styled`
.hero__banner[half] {
aspect-ratio: 960 / 200;
flex-direction: row;
justify-content: space-between;
}
}
Expand Down

0 comments on commit 214699f

Please sign in to comment.