Skip to content

Commit b931f57

Browse files
authored
Merge pull request #379 from processing/update-asset
Update contribute page text
2 parents 282ae3a + e13594e commit b931f57

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

src/content/ui/en.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ contributePage:
6161
ImageCaption: >
6262
TEXT NEEDED HERE
6363
DonateDescription: >
64-
TEXT NEEDED HERE
65-
FaqDescription: >
66-
TEXT NEEDED HERE
64+
p5.js needs your support!
65+
# FaqDescription: >
66+
# TEXT NEEDED HERE
6767
peoplePage:
6868
PageDescription: p5.js was created by Lauren Lee McCarthy in 2013 as a new interpretation of Processing for the context of the web. Since then we have allowed ourselves space to deviate and grow, while drawing inspiration from Processing and our shared community. p5.js is sustained by a community of contributors, with support from the Processing Foundation. p5.js follows a rotating leadership model started in 2020, and Qianqian Ye has been leading p5.js since 2021.
6969
peopleCategories:

src/layouts/ContributeLayout.astro

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ const donateSectionItems = [
2121
url: "/donate",
2222
description: t("contributePage", "DonateDescription"),
2323
},
24-
{
25-
title: t("Frequently Asked Questions"),
26-
url: "",
27-
description: t("contributePage", "FaqDescription"),
28-
},
24+
25+
// {
26+
// title: t("Frequently Asked Questions"),
27+
// url: "",
28+
// description: t("contributePage", "FaqDescription"),
29+
// },
2930
];
3031
3132
const jumpToLinks = [

0 commit comments

Comments
 (0)