From 9bad4f9778750478fb84890f416c4edb2b368211 Mon Sep 17 00:00:00 2001
From: Mansi07sharma <142892607+Mansi07sharma@users.noreply.github.com>
Date: Wed, 16 Oct 2024 14:25:10 +0530
Subject: [PATCH 1/2] update twitter index.html
---
Website/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Website/index.html b/Website/index.html
index 2b24a71e9..ca56443d8 100644
--- a/Website/index.html
+++ b/Website/index.html
@@ -362,7 +362,7 @@
Here are some of our active GitHub repositories
From c0bd10c3a08f66eefab73992f2aa656390a225b3 Mon Sep 17 00:00:00 2001
From: Mansi07sharma <142892607+Mansi07sharma@users.noreply.github.com>
Date: Wed, 16 Oct 2024 14:27:33 +0530
Subject: [PATCH 2/2] Update the twitter css property to its real icon
styles.css
---
Website/css/styles.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Website/css/styles.css b/Website/css/styles.css
index d592ab1fa..d6dffbd2a 100644
--- a/Website/css/styles.css
+++ b/Website/css/styles.css
@@ -1544,4 +1544,8 @@ h1 {
background-color: #8397fa;
}
+/*Update the twitter icon to its real one */
+ .fa.fa-twitter::before{
+ content:"𝕏";
+}