Skip to content

Commit

Permalink
duplicates
Browse files Browse the repository at this point in the history
Co-Authored-By: TyroneAEM <[email protected]>
Co-Authored-By: Samruddhi <[email protected]>
Co-Authored-By: Tyrone Tse <[email protected]>
Co-Authored-By: Shivani gupta <[email protected]>
Co-Authored-By: Shivani gupta <[email protected]>
Co-Authored-By: shivanigupta <[email protected]>
  • Loading branch information
7 people committed Nov 26, 2024
1 parent 3b0f729 commit ab2f74c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ export default async function decorate(block) {
span({ class: 'button-label'}, 'Export Asset Count'),
);

// export asset count button
const exportAssetCountButton = div(
{ class: 'export-asset-count-button'},
img({ class: 'icon icon-download' , 'data-direction': 'left', src: '/icons/download-button.svg'}),
span({ class: 'button-label'}, 'Export Asset Count'),
);

// tab wrapper
const tabWrapper = div(
{ class: 'tab-wrapper'},
Expand Down Expand Up @@ -132,9 +125,6 @@ export default async function decorate(block) {
div(
exportAssetCountButton,
),
div(
exportAssetCountButton,
),
div(
{ class: 'infocards-wrapper'},
div(
Expand Down

0 comments on commit ab2f74c

Please sign in to comment.