mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
feat(info): add backers
This commit is contained in:
@@ -39,8 +39,16 @@ export default [
|
||||
{
|
||||
name: 'About',
|
||||
val:
|
||||
'<a href="https://github.com/liriliri/eruda" target="_blank">Eruda v' +
|
||||
'<a href="https://eruda.liriliri.io" target="_blank">Eruda v' +
|
||||
VERSION +
|
||||
'</a>',
|
||||
},
|
||||
{
|
||||
name: 'Backers',
|
||||
val() {
|
||||
return `<a rel="noreferrer noopener" href="https://opencollective.com/eruda" target="_blank"><img style="width: 100%;"src="https://opencollective.com/eruda/backers.svg?width=${
|
||||
window.innerWidth * 1.5
|
||||
}"></a>`
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user