Skip to content

Commit 23cbd44

Browse files
authored
Merge pull request #17 from DIGOARTHUR/banner_Props
Change path name banner: img > imgs
2 parents cee20da + afb1061 commit 23cbd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useGithubAutomatedRepos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function useGitHubAutomatedRepos(usernameGitHub: string, keyWordDeploy: s
5151
description: item.description,
5252
topics: item.topics,
5353
homepage: item.homepage,
54-
banner: `https://raw.githubusercontent.com/DIGOARTHUR/${item.name}/main/src/assets/images/banner.png`,
54+
banner: `https://raw.githubusercontent.com/DIGOARTHUR/${item.name}/main/src/assets/imgs/banner.png`,
5555
}));
5656
}
5757

0 commit comments

Comments
 (0)