Skip to content

Commit

Permalink
feat: Add want logo copy
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed May 29, 2022
1 parent 30565f3 commit 0740042
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/src/components/Sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ export default function Sponsors() {
/>
</a>
</div>
<div className={styles.wantLogo}>
Want your logo here? Learn more at{' '}
<a
href="https://github.com/nvh95/jest-preview#sponsors"
target="_blank"
rel="noopener noreferrer"
>
Sponsors
</a>
</div>
</div>
);
}
7 changes: 7 additions & 0 deletions website/src/components/Sponsors/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@
.bronzeSponsor {
text-align: center;
}

.wantLogo {
font-size: 1rem;
text-align: center;
padding: 16px 16px 20px;
font-style: italic;
}

0 comments on commit 0740042

Please sign in to comment.