Skip to content

Commit d071868

Browse files
authored
Merge pull request #16 from DIGOARTHUR/banner_Props
feat(usegithubautomatedrepos): add banner props
2 parents 87b6099 + 5730ef7 commit d071868

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

commit.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx cz && exit

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.1.1",
3+
"version": "1.2.0",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +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`,
5455
}));
5556
}
5657

0 commit comments

Comments
 (0)