Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Fixed badge image
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed May 19, 2021
1 parent e8f5f9a commit 2238ad8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Workflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ export function Workflow(props: IWorkflowProps) {
</div>
<div className="col-sm-3">
<img
className="w-100"
style={{ maxHeight: '38px' }}
style={{ height: '30px', float: 'right' }}
src={`https://github.com/${user}/${repo}/actions/workflows/${flow}.yaml/badge.svg`}
/>
</div>
Expand Down

0 comments on commit 2238ad8

Please sign in to comment.