work around adblock plus removing our self-hosted twitter icon

pull/1/head
ansuz 2019-04-09 11:50:13 +02:00
parent 4e9273f35c
commit 8c757019e2
2 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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'
])
)