Skip to content

Commit

Permalink
Merge pull request #1331 from hlxsites/fix-wsaw-cards
Browse files Browse the repository at this point in the history
Updated converter
  • Loading branch information
davenichols-DHLS authored Dec 16, 2024
2 parents b9816c6 + 0139898 commit 4c7c8f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ <h1>Fast Driving Result</h1>
<hr>
<div class="call-to-action">
<div>
<div></div>
<div>
<h2>Innovative Technologies to Accelerate Identification of High-Quality Clones</h2>
<p><a href="https://event.on24.com/wcc/r/4657241/66962D716A8A1FEA4E73E2777AE1374B?partnerref=Danaher">View Event</a></p>
</div>
</div>
</div>
<h1>Browse Catalog</h1>
Expand Down Expand Up @@ -65,11 +68,6 @@ <h3>Sign up for our newsletter</h3>
</div>
</div>
</div>
<div class="card-list wsaw">
<div>
<div></div>
</div>
</div>
<div class="metadata">
<div>
<div>Title</div>
Expand Down
6 changes: 5 additions & 1 deletion tools/importer/transformers/cardList.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
/* global WebImporter */
const URLS_TO_BLOCK_MAP = [
{
url: '/we-see-a-way',
url: '/we-see-a-way.html',
blockName: 'Card List (wsaw)',
},
{
url: '/we-see-a-way/solutions/',
blockName: 'Card List (wsaw)',
},
{
Expand Down

0 comments on commit 4c7c8f2

Please sign in to comment.