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

fix: In feed.html page twitter logo update #1657

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
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
Loading