Compare commits

..

3 Commits

Author SHA1 Message Date
victorAnumudu 74176e6b40 twitter logo replaced 2023-09-03 12:36:12 +01:00
CHIEFSOFT\ameye 32dc4106f2 logo 2023-09-02 16:44:32 -04:00
ameye e6c152c475 Merge branch 'section-padding' of WrenchBoard/WrenchBoardMainSite into master 2023-09-02 19:24:09 +00:00
8 changed files with 14 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

+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-32x32.png" />
<meta property="business:contact_data:street_address" content="Cumberland Pkwy">
+3
View File
@@ -5632,6 +5632,9 @@ readers do not read off random characters that represent icons */
.fa-twitter:before {
content: "\f099"; }
.fa-x-twitter:before {
content: "\e61b"; }
.fa-twitter-square:before {
content: "\f081"; }
Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg width="1200" height="1227" viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 430 B

+2 -1
View File
@@ -82,7 +82,8 @@ 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-twitter"></i> */}
<i className="fab fa-x-twitter" />
</a>
<a className="you" href="#">
<i className="fab fa-youtube"></i>
+2 -1
View File
@@ -34,7 +34,8 @@ function FooterHomeOne({ className }) {
</li>
<li>
<a href={process.env.REACT_APP_TWITTER_LINK}>
<i className="fab fa-twitter" />
{/* <i className="fab fa-twitter" /> */}
<i className="fab fa-x-twitter" />
</a>
</li>
</ul>