Skip to content

Commit 49ab6b5

Browse files
authored
Merge pull request #374 from processing/update-asset
Remove facebook link from footer and about page
2 parents 4a41b8d + c678966 commit 49ab6b5

File tree

8 files changed

+5
-7
lines changed

8 files changed

+5
-7
lines changed

src/components/Footer/index.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ const t = await getUiTranslator(currentLocale);
4848
<ul aria-labelledby="socials-footer-category">
4949
<li><a href="https://github.com/processing/p5.js">GitHub</a></li>
5050
<li><a href="https://www.instagram.com/p5xjs/">Instagram</a></li>
51-
<li><a href="https://www.facebook.com/groups/p5dotjs/">Facebook</a></li>
5251
<li><a href="https://www.youtube.com/@pjs-dz1rv">YouTube</a></li>
5352
<li><a href="https://twitter.com/p5xjs">X</a></li>
5453
<li><a href="https://discord.gg/SHQ8dH25r9">Discord</a></li>

src/content/homepage/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ heroImages:
2121
- image: ./images/contributor-conf-2015.webp
2222
altText: Participants jump, smile and throw their hands in the air on a green lawn.
2323
caption: "p5.js Contributors Conference 2015."
24-
- image: ./images/contributor-conf-2019.webp
24+
- image: ./images/contributor-conf-2019-17.webp
2525
altText: Participants sit around a table with their laptops and observe code on a screen.
2626
caption: "p5.js Contributors Conference 2019."
2727
heroText: >

src/content/homepage/es.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ heroImages:
2323
- image: ./images/contributor-conf-2015.webp
2424
altText: Participants jump, smile and throw their hands in the air on a green lawn.
2525
caption: "p5.js Contributors Conference 2015."
26-
- image: ./images/contributor-conf-2019.webp
26+
- image: ./images/contributor-conf-2019-17.webp
2727
altText: Participants sit around a table with their laptops and observe code on a screen.
2828
caption: "p5.js Contributors Conference 2019."
2929
referenceHeaderText: Explore the p5.js library reference

src/content/homepage/hi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ heroImages:
2323
- image: ./images/contributor-conf-2015.webp
2424
altText: Participants jump, smile and throw their hands in the air on a green lawn.
2525
caption: "p5.js Contributors Conference 2015."
26-
- image: ./images/contributor-conf-2019.webp
26+
- image: ./images/contributor-conf-2019-17.webp
2727
altText: Participants sit around a table with their laptops and observe code on a screen.
2828
caption: "p5.js Contributors Conference 2019."
2929
referenceHeaderText: Explore the p5.js library reference
File renamed without changes.

src/content/homepage/ko.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ heroImages:
2323
- image: ./images/contributor-conf-2015.webp
2424
altText: Participants jump, smile and throw their hands in the air on a green lawn.
2525
caption: "p5.js Contributors Conference 2015."
26-
- image: ./images/contributor-conf-2019.webp
26+
- image: ./images/contributor-conf-2019-17.webp
2727
altText: Participants sit around a table with their laptops and observe code on a screen.
2828
caption: "p5.js Contributors Conference 2019."
2929
referenceHeaderText: Explore the p5.js library reference

src/content/homepage/zh-Hans.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ heroImages:
2323
- image: ./images/contributor-conf-2015.webp
2424
altText: Participants jump, smile and throw their hands in the air on a green lawn.
2525
caption: "p5.js Contributors Conference 2015."
26-
- image: ./images/contributor-conf-2019.webp
26+
- image: ./images/contributor-conf-2019-17.webp
2727
altText: Participants sit around a table with their laptops and observe code on a screen.
2828
caption: "p5.js Contributors Conference 2019."
2929
referenceHeaderText: Explore the p5.js library reference

src/layouts/AboutLayout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ const displayedFeaturedPeople = sortedFeaturedPeople.slice(0, 6);
9494
>
9595
<a href="https://github.com/processing/p5.js">GitHub</a>,{` `}
9696
<a href="https://www.instagram.com/p5xjs/">Instagram</a>,{` `}
97-
<a href="https://www.facebook.com/groups/p5dotjs/">Facebook</a>,{` `}
9897
<a href="https://www.youtube.com/@pjs-dz1rv">YouTube</a>,{` `}
9998
<a href="https://twitter.com/p5xjs">X</a>,{` `}
10099
<a href="https://discord.gg/SHQ8dH25r9">Discord</a>,{` `}

0 commit comments

Comments
 (0)