Skip to content

Commit bca4241

Browse files
Website bug: added icon and link to youtube
1 parent 88a0a99 commit bca4241

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/data/about.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"RSS Feed": {
2828
"icon": "rss",
2929
"url": "/rss.xml"
30+
},
31+
"Youtube": {
32+
"icon": "youtube",
33+
"url": "https://www.youtube.com/@playful-programming"
3034
}
3135
},
3236
"sponsors": [

src/views/about/components.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import mastodon from "src/icons/mastodon.svg?raw";
88
import bluesky from "src/icons/bluesky.svg?raw";
99
import facebook from "src/icons/facebook.svg?raw";
1010
import rss from "src/icons/rss.svg?raw";
11+
import youtube from "src/icons/youtube.svg?raw";
1112

1213
const icons: Record<string, string> = {
1314
discord,
@@ -17,6 +18,7 @@ const icons: Record<string, string> = {
1718
bluesky,
1819
facebook,
1920
rss,
21+
youtube,
2022
};
2123

2224
export function Links() {

0 commit comments

Comments
 (0)