Skip to content

Commit 7c07b60

Browse files
feat(Promotional): Added Social Proof ProductHunt
1 parent afb68d7 commit 7c07b60

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

src/components/footer.tsx

+12-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,18 @@ export default function Footer() {
1515
<img
1616
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=396704&theme=neutral"
1717
alt="VeganCheck.me | Product Hunt"
18-
height="40"
18+
height="30"
19+
/>
20+
</a>
21+
&nbsp;
22+
<a
23+
href="https://www.producthunt.com/posts/vegancheck-me?utm_source=badge-top-post-topic-badge&utm_medium=badge&utm_souce=badge-vegancheck&#0045;me"
24+
target="_blank"
25+
>
26+
<img
27+
src="https://api.producthunt.com/widgets/embed-image/v1/top-post-topic-badge.svg?post_id=396704&theme=neutral&period=weekly&topic_id=43"
28+
alt="VeganCheck.me | Product Hunt"
29+
height="30"
1930
/>
2031
</a>
2132
<p

src/styles/_modules/form.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
background: #fff;
66
border: rem(2px) solid #f5f5f5;
77
border-radius: rem(10px);
8-
width: 90%;
98
margin: 0 auto;
10-
margin-bottom: rem(64px);
9+
margin-bottom: rem(24px);
1110
padding: rem(64px);
1211
line-height: rem(30px);
1312
box-shadow: 0 rem(25px) rem(50px) rem(-12px) rgba(0, 0, 0, 0.25);

0 commit comments

Comments
 (0)