DEV: Add data-name to popular-theme-item rows (#9714)

This commit is contained in:
Mark VanLandingham 2020-05-08 14:38:41 -05:00 committed by GitHub
parent 564e8566d7
commit da561a430d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}}