Skip to content

Commit

Permalink
fix: #407
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 9, 2024
1 parent 69645fc commit e72fe4d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Info/defInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ export default [
{
name: 'Backers',
val() {
return `<a rel="noreferrer noopener" href="https://opencollective.com/eruda" target="_blank"><img data-exclude="true" style="width: 100%;"src="https://opencollective.com/eruda/backers.svg?width=${
window.innerWidth * 1.5
}&exclude=true"></a>`
return `
<a rel="noreferrer noopener" href="https://opencollective.com/eruda" target="_blank">
<img data-exclude="true" style="width: 100%;" loading="lazy" src="https://opencollective.com/eruda/backers.svg?width=${
window.innerWidth * 1.5
}&exclude=true">
</a>`
},
},
]

0 comments on commit e72fe4d

Please sign in to comment.