From 25e7ab1a67ead708b75c20ec00831ff35014dc27 Mon Sep 17 00:00:00 2001
From: Naman Sood <mail@nsood.in>
Date: Wed, 23 Sep 2020 16:18:53 -0400
Subject: [PATCH] Fix twitter logo

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index d5b00e2..ae034ae 100644
--- a/index.html
+++ b/index.html
@@ -110,7 +110,7 @@
 			<p class="detail">mail@nsood.in</p>
 		</a>
 		<a class="contact-method" href="https://twitter.com/tendstofortytwo">
-			<i class="fab fa-facebook-f"></i>
+			<i class="fab fa-twitter"></i>
 			<h3 class="type">Twitter</h3>
 			<p class="detail">@tendstofortytwo</p>
 		</a>
@@ -140,4 +140,4 @@
 <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
 <script src="js/script.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>