chore: Add Applitools logo to the docs homepage (#20917)

* Add Applitools logo

* Remove space
This commit is contained in:
Geido 2022-07-29 20:29:47 +03:00 committed by GitHub
parent adf1f5cccf
commit 06d05394c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -249,6 +249,15 @@ const CarouselSection = styled('div')`
}
`;
const StyledCredits = styled.div`
width: 100%;
height: 60px;
padding: 18px;
background-color: #282E4A;
text-align: center;
color: #FFFFFF;
`;
const StyledDatabaseImg = styled.img`
width: ${(props) => props.width};
height: ${(props) => props.height};
@ -461,8 +470,13 @@ export default function Home(): JSX.Element {
</span>
</StyledIntegrations>
</CarouselSection>
</StyledMain>
<StyledCredits>
We use{' '}
<a href="https://applitools.com/" target="_blank" rel="nofollow">
<img src="img/applitools.png" title="Applitools" />
</a>
</StyledCredits>
</Layout>
);
}

BIN
docs/static/img/applitools.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB