Skip to content

Commit

Permalink
πŸ’„ style: Update docker shields style
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Oct 11, 2023
1 parent c173031 commit 7853b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/const/dockerShieldControls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const dockerShieldControls: {
release: {
logo: 'docker',
logoColor: 'white',
label: 'docker',
color: colorOptions.geekblue,
genLink,
url: urlJoin(SHIELD_DOCKER_URL, 'v'),
Expand All @@ -32,7 +33,7 @@ export const dockerShieldControls: {
},
pulls: {
genLink,
color: colorOptions.green,
color: '45cc11',
url: urlJoin(SHIELD_DOCKER_URL, 'pulls'),
},
/* eslint-enable */
Expand Down

0 comments on commit 7853b56

Please sign in to comment.