Added the X icon for twitter #5

Merged
ameye merged 1 commits from Contact-Icon-Change into master 2023-10-02 16:11:56 +00:00
4 changed files with 11 additions and 3 deletions
+4
View File
@@ -25,6 +25,10 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- link to font awesome -->
<link rel="stylesheet" href="//use.fontawesome.com/releases/v6.4.2/css/all.css">
<title>WrenchBoard</title>
<meta property="og:image" content="%PUBLIC_URL%/favicon.png" />
<meta property="business:contact_data:street_address" content="Cumberland Pkwy">
+5 -1
View File
@@ -7563,7 +7563,11 @@ blockquote cite {
}
.ab-social a.twi {
background: #00aced;
background: #fff;
color: #0e1133;
display: inline-flex;
align-items: center;
justify-content: center;
}
.ab-social a.you {
Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

+2 -2
View File
@@ -33,8 +33,8 @@ function Forms() {
const callRet = ContactData(callData);
console.log('You clicked submit========> '+ callRet);
}
}
return (
@@ -82,7 +82,7 @@ function Forms() {
<i className="fab fa-facebook-f"></i>
</a>
<a className="twi" href={process.env.REACT_APP_TWITTER_LINK}>
<i className="fab fa-twitter"></i>
<i className="fab fa-x-twitter"></i>
</a>
<a className="you" href="#">
<i className="fab fa-youtube"></i>