From e5b4b03e1a0b246cc61cee98aa323ecea5f6c4fb Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sun, 21 Jan 2018 09:11:40 +0100
Subject: [PATCH] Meh

---
 README.md                         | 2 +-
 Resources/Scripts/introduction.js | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 37fc7704..e48aa848 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Support
 
-[Follow TweetDuck on Twitter](https://twitter.com/TryTweetDuck) &nbsp;|&nbsp; [Support via PayPal](https://paypal.me/chylex) &nbsp;|&nbsp; [Support via Patreon](https://www.patreon.com/chylex)
+[Follow the developer](https://twitter.com/chylexmc) &nbsp;|&nbsp; [Support via PayPal](https://paypal.me/chylex) &nbsp;|&nbsp; [Support via Patreon](https://www.patreon.com/chylex)
 
 # Build Instructions
 
diff --git a/Resources/Scripts/introduction.js b/Resources/Scripts/introduction.js
index 01eeb755..607c7345 100644
--- a/Resources/Scripts/introduction.js
+++ b/Resources/Scripts/introduction.js
@@ -44,6 +44,10 @@
   margin-top: 15px;
 }
 
+#td-introduction-modal p:last-child {
+  margin-top: 18px;
+}
+
 #td-introduction-modal footer {
   padding: 10px 0;
 }
@@ -78,10 +82,10 @@
     <div class="mdl-inner">
       <div class="mdl-content">
         <p>Thank you for downloading TweetDuck!</p>
-        <p><a id="td-introduction-follow" href="#">Follow @TryTweetDuck</a> for latest news and updates about the app.</p>
         <div class="main-menu"></div>
         <p><strong>Right-click anywhere</strong> or click <strong>Settings&nbsp;–&nbsp;TweetDuck</strong> in the left panel to open the main menu. You can also right-click links, tweets, images and videos, and desktop notifications to access their respective context menus.</p>
         <p>Click <strong>Show Guide</strong> to see awesome features TweetDuck offers, or view the guide later by going to <strong>About TweetDuck</strong> and clicking the help button on top.</p>
+        <p>Follow the developer <a id="td-introduction-follow" href="#">@chylexmc</a> for latest news &amp; updates about the app, and some occasional rants.</p>
       </div>
       <footer class="txt-right">
         <div class="anondata">
@@ -102,7 +106,7 @@
         onSuccess(tdUser);
       }
       else{
-        TD.controller.clients.getPreferredClient().getUsersByIds([ "731137856052269056" ], users => onSuccess(users[0]), onError);
+        TD.controller.clients.getPreferredClient().getUsersByIds([ "572571847" ], users => onSuccess(users[0]), onError);
       }
     };