Browse Source

work around adblock plus removing our self-hosted twitter icon

master
ansuz 1 year ago
parent
commit
8c757019e2
2 changed files with 2 additions and 1 deletions
  1. 0
      customize.dist/images/twiitter.svg
  2. 3
      customize.dist/pages/contact.js

customize.dist/images/twitter.svg → customize.dist/images/twiitter.svg

3
customize.dist/pages/contact.js

@ -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…
Cancel
Save