DEV: Add data-name to popular-theme-item rows (#9714)
This commit is contained in:
parent
564e8566d7
commit
da561a430d
|
@ -9,7 +9,7 @@
|
|||
{{#if popular}}
|
||||
<div class="popular-theme-items">
|
||||
{{#each themes as |theme|}}
|
||||
<div class="popular-theme-item">
|
||||
<div class="popular-theme-item" data-name={{theme.name}}>
|
||||
<div class="popular-theme-name">
|
||||
<a href={{theme.meta_url}} rel="noopener noreferrer" target="_blank">
|
||||
{{#if theme.component}}
|
||||
|
|
Loading…
Reference in New Issue