Skip to content

Commit d9be60c

Browse files
committed
fix(resources): swap author names for resource entries
1 parent b97a47c commit d9be60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/resources.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ export const resources: Resource[] = [
1212
title: "Where She Stood - WWII",
1313
websiteUrl: "https://whereshestoodwwii.wixsite.com/where-she-stood",
1414
hideTopPx: 50,
15-
authorLine: "Mr Richard Yan (ALPHA Summer Program 2025)",
15+
authorLine: "Ms Febe Chan (ALPHA Summer Program 2025)",
1616
},
1717
{
1818
slug: "the-spine-of-the-nation",
1919
title: "The Spine of the Nation",
2020
websiteUrl: "https://thespineofthenation.wordpress.com",
2121
hideTopPx: 49,
22-
authorLine: "Ms Febe Chan (ALPHA Summer Program 2025)",
22+
authorLine: "Mr Richard Yan (ALPHA Summer Program 2025)",
2323
},
2424
];
2525

0 commit comments

Comments
 (0)