Skip to content

Commit 944c2a7

Browse files
committed
fix: banner url path and update docs Readme
1 parent 6c69c2e commit 944c2a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-automated-repos",
3-
"version": "1.2.0",
3+
"version": "1.2.2",
44
"description": "Github-automated-repos is the lib that gives you the power to manage the view of your projects on your website in one place!",
55
"main": "index.js",
66
"scripts": {

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/imgs/banner.png`,
54+
banner: `https://raw.githubusercontent.com/${usernameGitHub}/${item.name}/main/src/assets/imgs/banner.png`,
5555
}));
5656
}
5757

0 commit comments

Comments
 (0)