Skip to content

Commit

Permalink
feat(usegithubautomatedrepos): add banner props
Browse files Browse the repository at this point in the history
  • Loading branch information
DIGOARTHUR committed Jan 27, 2024
1 parent d08122c commit 5730ef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions commit.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx cz && exit
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.1.1",
"version": "1.2.0",
"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
1 change: 1 addition & 0 deletions src/hooks/useGithubAutomatedRepos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +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/images/banner.png`,
}));
}

Expand Down

0 comments on commit 5730ef7

Please sign in to comment.