work around adblock plus removing our self-hosted twitter icon
parent
4e9273f35c
commit
8c757019e2
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -38,7 +38,8 @@ define([
|
|||
h('a.card', {href : "https://twitter.com/cryptpad"},
|
||||
h('div.card-body',
|
||||
h('p', [
|
||||
h('img', {src: '/customize/images/twitter.svg'}),
|
||||
// this is not a typo. adblock plus blocks images with src *twitter* apparently
|
||||
h('img', {src: '/customize/images/twiitter.svg'}),
|
||||
'Twitter'
|
||||
])
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue