Skip to content

Commit 4ac80ff

Browse files
committed
Fix links
* remove store badges that are no longer supported * change Join Mailing List link in the footer to point at new form
1 parent 6b6bf7d commit 4ac80ff

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

src/components/footer/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Footer = () => (
3232
</div>
3333
<div id="footer-nav">
3434
<a
35-
href="https://docs.google.com/forms/d/1wBrCl5Dy4-5AAzcmkQigKplKpv37M0O8YQPKo0FjUpo/viewform?usp=send_form"
35+
href="http://eepurl.com/3ytf5"
3636
>
3737
<div className="blue-button">
3838
Join Mailing List

src/views/index/index.jsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,6 @@ const Index = () => {
5252
src="/images/GooglePlay.svg"
5353
/>
5454
</a>
55-
<a
56-
href="https://chrome.google.com/webstore/detail/scratchjr/oipimoeophamdcmjcfameoojlbhbgjda"
57-
>
58-
<img
59-
alt="Download on the Chrome Web Store"
60-
src="/images/ChromeWebStore_Badge.svg"
61-
/>
62-
</a>
63-
<a href="https://www.amazon.com/gp/product/B01AKGTD2E">
64-
<img
65-
alt="Get it on Amazon"
66-
src="/images/amazon-underground-app-us-black.svg"
67-
/>
68-
</a>
6955
</div>
7056
{/* end store-badges */}
7157
</div>
@@ -96,12 +82,6 @@ const Index = () => {
9682
</a> are a deck of 75 activity cards covering fun and
9783
exciting projects designed to educate young children with ScratchJr.
9884
</div>
99-
<div className="content-news-body">
100-
Find out about <a
101-
href="/outreach"
102-
>ScratchJr Family Days
103-
</a>.
104-
</div>
10585
</div>
10686

10787
<div id="discussion-container">

0 commit comments

Comments
 (0)