From 6e0ce09dac15d14009409bd9bb275c60ad51c79a Mon Sep 17 00:00:00 2001
From: Nico Alt <nico@briarproject.org>
Date: Tue, 25 Feb 2025 09:34:35 +0100
Subject: [PATCH] Remove link to Twitter from homepage

---
 static/img/x-twitter.svg                  | 3 ---
 themes/briar/layouts/partials/footer.html | 5 -----
 2 files changed, 8 deletions(-)
 delete mode 100644 static/img/x-twitter.svg

diff --git a/static/img/x-twitter.svg b/static/img/x-twitter.svg
deleted file mode 100644
index f222ec7..0000000
--- a/static/img/x-twitter.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M389.2 48H459.8L305.6 224.2L487 464H345L233.7 318.6L106.5 464H35.8L200.7 275.5L26.8 48H172.4L272.9 180.9L389.2 48ZM364.4 421.8H403.5L151.1 88H109.1L364.4 421.8Z" fill="#6B7280"/>
-</svg>
diff --git a/themes/briar/layouts/partials/footer.html b/themes/briar/layouts/partials/footer.html
index ff2e11b..ddf964a 100644
--- a/themes/briar/layouts/partials/footer.html
+++ b/themes/briar/layouts/partials/footer.html
@@ -13,11 +13,6 @@
         <li><a href="/hiring">Jobs</a></li>
       </ul>
       <div id="socials">
-        <a href="https://x.com/BriarApp">
-          <svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
-            <path d="M389.2 48H459.8L305.6 224.2L487 464H345L233.7 318.6L106.5 464H35.8L200.7 275.5L26.8 48H172.4L272.9 180.9L389.2 48ZM364.4 421.8H403.5L151.1 88H109.1L364.4 421.8Z" fill="#6B7280"/>
-          </svg>
-        </a>
         <a href="https://fosstodon.org/@briar" rel="me">
           <svg viewBox="0 0 448 512" fill="none" xmlns="http://www.w3.org/2000/svg">
             <path d="M433 179.11C433 81.91 369.29 53.41 369.29 53.41C306.77 24.71 140.73 25.01 78.8099 53.41C78.8099 53.41 15.0899 81.91 15.0899 179.11C15.0899 294.81 8.48994 438.51 120.72 468.21C161.23 478.91 196.04 481.21 224.05 479.61C274.86 476.81 303.37 461.51 303.37 461.51L301.67 424.61C301.67 424.61 265.36 436.01 224.55 434.71C184.14 433.31 141.55 430.31 134.92 380.71C134.305 376.102 134.005 371.458 134.02 366.81C219.65 387.71 292.67 375.91 312.77 373.51C368.89 366.81 417.77 332.21 424 300.61C433.8 250.81 433 179.11 433 179.11ZM357.88 304.31H311.25V190.11C311.25 140.41 247.25 138.51 247.25 197.01V259.51H200.92V197C200.92 138.5 136.92 140.4 136.92 190.1V304.3H90.1899C90.1899 182.2 84.9899 156.4 108.6 129.3C134.5 100.4 188.42 98.5 212.43 135.4L224.03 154.9L235.63 135.4C259.74 98.3 313.75 100.6 339.46 129.3C363.17 156.6 357.86 182.3 357.86 304.3L357.88 304.31Z" fill="#6B7280"/>
-- 
GitLab