Skip to content

Commit

Permalink
Merge branch 'main' into 712-res-tab-layout-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sharanagoudapatil authored Feb 6, 2024
2 parents 0a1cbb7 + 59d924e commit 7b2542c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Posts for topic ...</h1>
</div>
</div>
<p>Articles List</p>
<div class="card-list blog">
<div class="card-list blog url-filtered">
<div>
<div></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tools/importer/transformers/cardList.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const URLS_TO_BLOCK_MAP = [
},
{
url: '/blog/topics-template.html',
blockName: 'Card List (blog)',
blockName: 'Card List (blog, url-filtered)',
},
{
url: '/news.html',
Expand Down

0 comments on commit 7b2542c

Please sign in to comment.