Skip to content

Commit afb1061

Browse files
committed
refactor(usegithubautomatedrepos): change path name banner: img > imgs
1 parent 2536e5c commit afb1061

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/img/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)