Skip to content

Commit

Permalink
Merge pull request #870 from lilicaetano/add-atlassian-logo
Browse files Browse the repository at this point in the history
Add atlassian supporter
  • Loading branch information
divyanshu-rawat authored Jun 13, 2020
2 parents ae573fc + d29f9ac commit 23607ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/ignitus-HomePage/ignitus-SupportedBy/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import gitbookLogo from '../../ignitus-Shared/ignitus-DesignSystem/ignitus-Assets/ignitus-Logos/gitbookLogo.png';
import atlassianLogo from '../../ignitus-Shared/ignitus-DesignSystem/ignitus-Assets/ignitus-Logos/atlassianLogo.png';

export const WOOTECH: string =
'https://storage.googleapis.com/ignitus_assets/ig-partners-logo/WooTech.svg';
Expand All @@ -13,6 +14,7 @@ export const GIRLSCRIPT: string =
export const PROGATE: string =
'https://storage.googleapis.com/ignitus_assets/ig-partners-logo/progateLogo.png';
export const GITBOOK: string = gitbookLogo;
export const ATLASSIAN: string = atlassianLogo;

export const Data: string[] = [
WOOTECH,
Expand All @@ -22,4 +24,5 @@ export const Data: string[] = [
NETLIFY,
GIRLSCRIPT,
GITBOOK,
ATLASSIAN,
];
2 changes: 1 addition & 1 deletion src/ignitus-HomePage/ignitus-SupportedBy/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Card = styled.div`
`;

export const CardPicture = styled.img`
max-width: 100%;
max-width: 70%;
height: 3rem;
object-fit: contain;
Expand Down
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 23607ba

Please sign in to comment.