Skip to content

Commit

Permalink
Merge pull request #626 from navdeep1840/remove-amd64-badge
Browse files Browse the repository at this point in the history
fix: removed the amd64 badge from template
  • Loading branch information
mmabrouk authored Sep 18, 2023
2 parents b1600da + 52a2550 commit ad786e6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ const AddAppFromTemplatedModal: React.FC<Props> = ({
onClick={() => {
onCardClick(template)
}}
tag={template.image.architecture}

// commented to remove the tag amd64 tag
// tag={template.image.architecture}
/>
</div>
))
Expand Down

0 comments on commit ad786e6

Please sign in to comment.