Skip to content

Commit

Permalink
Add new rule for icon insertion
Browse files Browse the repository at this point in the history
This rule is used for beta homepage(next-discovery-pages)
  • Loading branch information
fenglish committed Sep 20, 2021
1 parent aecdc33 commit 1c57c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/iconify.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const SYNDICATION_INSERTION_RULES = {
'article.article-grid': {fn: 'querySelector', slc: '.o-topper__headline', up: 1},
'div.hero': {fn: 'querySelector', slc: '.hero__heading'},
'main.video': {fn: 'querySelector', slc: '.video__title'},
'li.o-teaser__related-item': {}
'li.o-teaser__related-item': {},
'.js-teaser-headline': {}
};
let USER_DATA;

Expand Down

0 comments on commit 1c57c7b

Please sign in to comment.