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 5730ef7 commit 2536e5cCopy full SHA for 2536e5c
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/images/banner.png`,
+ banner: `https://raw.githubusercontent.com/DIGOARTHUR/${item.name}/main/src/assets/img/banner.png`,
55
}));
56
}
57
0 commit comments