Skip to content

Commit

Permalink
Merge pull request #1657 from biswajit-sarkar-007/biswajit-sarkar-007…
Browse files Browse the repository at this point in the history
…/issue#1647/twitter-logo-update

fix: In feed.html page twitter logo update
  • Loading branch information
apu52 authored Dec 8, 2024
2 parents 4b74112 + 59352d4 commit c4fdc66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feed.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ label {
color: #0764c1;
}

.icons .icon:hover .fab.fa-twitter {
.icons .icon:hover .fab.fa-twit {
color: #090e11;
}

Expand Down
10 changes: 8 additions & 2 deletions feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,17 @@ <h3>How would you rate the following aspects?</h3>
</div>
</a>

<a href="https://x.com/ArpanCh40193288">

<a href="https://x.com/ArpanCh40193288" target="_blank" title="X">
<div class="icon">
<i class="fab fa-twitter" title="X" style="cursor: pointer"></i>
<i class="fab fa-twit " title="X" style="cursor: pointer">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="35" height="40" viewBox="0 0 50 50">
<path d="M 11 4 C 7.134 4 4 7.134 4 11 L 4 39 C 4 42.866 7.134 46 11 46 L 39 46 C 42.866 46 46 42.866 46 39 L 46 11 C 46 7.134 42.866 4 39 4 L 11 4 z M 13.085938 13 L 21.023438 13 L 26.660156 21.009766 L 33.5 13 L 36 13 L 27.789062 22.613281 L 37.914062 37 L 29.978516 37 L 23.4375 27.707031 L 15.5 37 L 13 37 L 22.308594 26.103516 L 13.085938 13 z M 16.914062 15 L 31.021484 35 L 34.085938 35 L 19.978516 15 L 16.914062 15 z"></path>
</svg>
</i>
</div>
</a>


<a href="https://www.instagram.com/anuragbasu1973/">
<div class="icon">
Expand Down

0 comments on commit c4fdc66

Please sign in to comment.