Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JianzheXiao committed Sep 6, 2023
1 parent 9e82356 commit 6634a37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layouts/shortcodes/blocks/feature-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ <h2 class="home-section-title">{{ i18n "used_by" }}</h2>
targets: '_all',
render: function(data, type, row, meta) {
if (typeof data === 'string' && data.endsWith('.png')) {
console.log(data)
return '<a href="#" data-toggle="modal" data-target="#imageModal" data-img-src="' + data + '"><img src="' + data + '" alt="Image" width="50" height="50" /></a>';
}
return data;
Expand Down

0 comments on commit 6634a37

Please sign in to comment.