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 2536e5c commit afb1061Copy full SHA for afb1061
src/hooks/useGithubAutomatedRepos.ts
@@ -51,7 +51,7 @@ export function useGitHubAutomatedRepos(usernameGitHub: string, keyWordDeploy: s
51
description: item.description,
52
topics: item.topics,
53
homepage: item.homepage,
54
- banner: `https://raw.githubusercontent.com/DIGOARTHUR/${item.name}/main/src/assets/img/banner.png`,
+ banner: `https://raw.githubusercontent.com/DIGOARTHUR/${item.name}/main/src/assets/imgs/banner.png`,
55
}));
56
}
57
0 commit comments