We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936407b commit ee4047eCopy full SHA for ee4047e
src/services/themeService.tsx
@@ -30,7 +30,7 @@ const getGitHubThemeData = async (apiTheme: ApiTheme) => {
30
31
// todo: fetch from github url (can use jsdelivr cache too)
32
33
- const authorImg = `https://avatars.githubusercontent.com/${meta.author}`
+ const authorImg = `https://avatars.githubusercontent.com/${meta.github}`
34
35
// todo: explore whether tags should be stored in database or via meta.json on github
36
const tags = ['beta'];
0 commit comments