Skip to content

Commit

Permalink
chore: Add Applitools logo to the docs homepage (#20917)
Browse files Browse the repository at this point in the history
* Add Applitools logo

* Remove space
  • Loading branch information
geido committed Jul 29, 2022
1 parent adf1f5c commit 06d0539
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down Expand Up @@ -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>
);
}
Binary file added docs/static/img/applitools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06d0539

Please sign in to comment.