work around adblock plus removing our self-hosted twitter icon
This commit is contained in:
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('a.card', {href : "https://twitter.com/cryptpad"},
|
||||||
h('div.card-body',
|
h('div.card-body',
|
||||||
h('p', [
|
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'
|
'Twitter'
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user