Skip to content

Commit 2536e5c

Browse files
committed
refactor(usegithubautomatedrepos): change path name banner: images > img
1 parent 5730ef7 commit 2536e5c

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/img/banner.png`,
5555
}));
5656
}
5757

0 commit comments

Comments
 (0)