From c3accb0111aed7380d13b2f499a630f81afc5af8 Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Mon, 9 Nov 2020 10:20:11 -0500 Subject: [PATCH] Add link to annual report from about page --- src/views/about/about.jsx | 3 +++ src/views/about/l10n.json | 1 + 2 files changed, 4 insertions(+) diff --git a/src/views/about/about.jsx b/src/views/about/about.jsx index 68d700e4d..267c86512 100644 --- a/src/views/about/about.jsx +++ b/src/views/about/about.jsx @@ -149,6 +149,9 @@ const About = () => (
  • +
  • + +
  • diff --git a/src/views/about/l10n.json b/src/views/about/l10n.json index 35f4e7dc9..bbf3dbf6d 100644 --- a/src/views/about/l10n.json +++ b/src/views/about/l10n.json @@ -17,6 +17,7 @@ "about.learnMoreFaq": "Frequently Asked Questions", "about.learnMoreParents": "Information for Parents", "about.learnMoreCredits": "Credits", + "about.learnMoreAnnualReport": "Annual Report 2019", "about.literacy": "Learn to Code, Code to Learn", "about.literacyDescription": "The ability to code computer programs is an important part of literacy in today’s society. When people learn to code in Scratch, they learn important strategies for solving problems, designing projects, and communicating ideas.", "about.schools": "Scratch in Schools",