Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed outdated Twitter icon to updated version X. #537

Merged
merged 3 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Indie+Flower&family=Jersey+15&family=Kalam:wght@300;400;700&display=swap" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6WS166VH7E"></script>
<script src="https://kit.fontawesome.com/8e211f0d34.js" crossorigin="anonymous"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function Footer() {
<BsLinkedin className="text-white mx-1 fs-4"/>
</a>
<a href="https://twitter.com/N_Himanshu_/" rel="noreferrer" target="_blank">
<FaTwitter className="text-white mx-1 fs-4"/>
<i class="fa-brands fa-square-x-twitter text-white mx-1 fs-4"></i>
</a>
<a href="mailto:himanshunarware77@gmail.com" rel="noreferrer">
<SiGmail className="text-white mx-1 fs-4"/>
Expand Down
6 changes: 5 additions & 1 deletion frontend/src/style/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ footer {
font-size: 1rem;
}

.fa-brands.fa-square-x-twitter {
transform: translateY(4px);
}

.Last-footer {
background: #8b5cf6;
border: 1px solid white;
Expand Down Expand Up @@ -192,4 +196,4 @@ footer {
font-size: 25px;
font-weight: 700;
text-decoration: underline;
}
}
Loading