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 4040.heroBanner {
4141 padding-top : 80px ;
4242 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;
4743 margin-bottom : 32px ;
4844}
4945
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ import Section from '../../components/Section/Section';
1919import Tabs from '../../components/Tabs' ;
2020import UiLibraryWrapper from '../../components/UiLibraryWrapper' ;
2121
22- const HeroWrapper = styled ( Hero ) `
23- background-image: url("/img/hero_background.svg");
24- ` ;
25-
2622const SectionWrapper = styled ( Section ) `
2723 display: flex;
2824 flex-direction: column;
@@ -122,7 +118,7 @@ export default function Api() {
122118 return (
123119 < Layout >
124120 < UiLibraryWrapper >
125- < HeroWrapper
121+ < Hero
126122 heading = "Apify API"
127123 isCentered
128124 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():
4040 soup = BeautifulSoup(response.content, 'html.parser')
4141 await Actor.push_data({ 'url': actor_input['url'], 'title': soup.title.string })` ;
4242
43- const HeroWrapper = styled ( Hero ) `
44- background-image: url("/img/hero_background.svg");
45- ` ;
46-
4743const StyledContent = styled . div `
4844 width: 100%;
4945 display: flex;
@@ -68,7 +64,7 @@ export default function Home() {
6864 return (
6965 < Layout >
7066 < UiLibraryWrapper >
71- < HeroWrapper
67+ < Hero
7268 heading = "Apify SDK"
7369 isCentered
7470 description = {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments