Skip to content

Commit

Permalink
fix: banner url path and update docs Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DIGOARTHUR committed Apr 20, 2024
1 parent 6c69c2e commit 944c2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-automated-repos",
"version": "1.2.0",
"version": "1.2.2",
"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!",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useGithubAutomatedRepos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function useGitHubAutomatedRepos(usernameGitHub: string, keyWordDeploy: s
description: item.description,
topics: item.topics,
homepage: item.homepage,
banner: `https://raw.githubusercontent.com/DIGOARTHUR/${item.name}/main/src/assets/imgs/banner.png`,
banner: `https://raw.githubusercontent.com/${usernameGitHub}/${item.name}/main/src/assets/imgs/banner.png`,
}));
}

Expand Down

0 comments on commit 944c2a7

Please sign in to comment.