Skip to content

Commit ee4047e

Browse files
committed
feat: use github handle rather than generic author name
1 parent 936407b commit ee4047e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/themeService.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const getGitHubThemeData = async (apiTheme: ApiTheme) => {
3030

3131
// todo: fetch from github url (can use jsdelivr cache too)
3232

33-
const authorImg = `https://avatars.githubusercontent.com/${meta.author}`
33+
const authorImg = `https://avatars.githubusercontent.com/${meta.github}`
3434

3535
// todo: explore whether tags should be stored in database or via meta.json on github
3636
const tags = ['beta'];

0 commit comments

Comments
 (0)