File tree Expand file tree Collapse file tree 5 files changed +2
-105
lines changed Expand file tree Collapse file tree 5 files changed +2
-105
lines changed Original file line number Diff line number Diff line change 40
40
.heroBanner {
41
41
padding-top : 80px ;
42
42
padding-bottom : 56px ;
43
- background-image : url ('/src/pages/img/hero-background-gradient.svg' );
44
- background-position : center center;
45
- background-repeat : no-repeat;
46
- background-size : cover;
47
43
margin-bottom : 32px ;
48
44
}
49
45
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ import Section from '../../components/Section/Section';
19
19
import Tabs from '../../components/Tabs' ;
20
20
import UiLibraryWrapper from '../../components/UiLibraryWrapper' ;
21
21
22
- const HeroWrapper = styled ( Hero ) `
23
- background-image: url("/img/hero_background.svg");
24
- ` ;
25
-
26
22
const SectionWrapper = styled ( Section ) `
27
23
display: flex;
28
24
flex-direction: column;
@@ -122,7 +118,7 @@ export default function Api() {
122
118
return (
123
119
< Layout >
124
120
< UiLibraryWrapper >
125
- < HeroWrapper
121
+ < Hero
126
122
heading = "Apify API"
127
123
isCentered
128
124
description = { < > Apify API provides programmatic access to the < Link to = "/" > Apify Platform</ Link > </ > }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,10 +40,6 @@ async def main():
40
40
soup = BeautifulSoup(response.content, 'html.parser')
41
41
await Actor.push_data({ 'url': actor_input['url'], 'title': soup.title.string })` ;
42
42
43
- const HeroWrapper = styled ( Hero ) `
44
- background-image: url("/img/hero_background.svg");
45
- ` ;
46
-
47
43
const StyledContent = styled . div `
48
44
width: 100%;
49
45
display: flex;
@@ -68,7 +64,7 @@ export default function Home() {
68
64
return (
69
65
< Layout >
70
66
< UiLibraryWrapper >
71
- < HeroWrapper
67
+ < Hero
72
68
heading = "Apify SDK"
73
69
isCentered
74
70
description = {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments