snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 9eb21908e13a464df72d8ad423c0aa88d7e95645
parent 90149d5583b55415a20d41e9bb67729b4042c0e4
Author: Robin Linus <robin_woll@capira.de>
Date:   Wed, 30 Dec 2015 05:24:45 +0100

Remove personal twitter

Diffstat:
Mapp/elements/x-cards/x-card.html | 2+-
Mapp/elements/x-cards/x-cards.html | 4+++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/elements/x-cards/x-card.html b/app/elements/x-cards/x-card.html @@ -97,7 +97,7 @@ <div class="slogan">The easiest way to transfer files accross devices.</div> <a class="paper-font-subhead" href="https://github.com/capira12/snapdrop/blob/master/faq.md" target="_blank">Frequently Asked Questions</a> </div> - <span id="footer">Built with &#9829; by <a href="https://twitter.com/capira42" target="_blank">Robin Linus</a></span> + <span id="footer">Built with &#9829; by <a href="https://twitter.com/snapdrop42" target="_blank">Robin Linus</a></span> </div> </template> </dom-module> diff --git a/app/elements/x-cards/x-cards.html b/app/elements/x-cards/x-cards.html @@ -4,6 +4,8 @@ <link rel="import" href="../../bower_components/paper-icon-button/paper-icon-button.html"> <link rel="import" href="../../bower_components/paper-tooltip/paper-tooltip.html"> <link rel="import" href="../../styles/icons.html"> +<link rel="import" href="../invitation-link/invitation-link.html"> + <dom-module id="x-cards"> <template> <style> @@ -54,7 +56,7 @@ <div id="placeholder"></div> <div id="container"> <div class="share"> - <a href="https://twitter.com/capira42" target="_blank"> + <a href="https://twitter.com/snapdrop42" target="_blank"> <iron-icon icon="chat:twitter"></iron-icon> <paper-tooltip for="" position="bottom" offset="14"> Contact us on Twitter!