Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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 website/static/css/style-dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5846,7 +5846,7 @@ p.date-in, span.date-on{
.tile-progress {
padding: 15px;
}
i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-google-plus, i.fa.fa-dribbble, i.fa.fa-linkedin, i.fa.fa-youtube, i.fa.fa-skype, i.fa.fa-flickr{
i.fa.fa-facebook, i.fa.fa-x-twitter, i.fa.fa-google-plus, i.fa.fa-dribbble, i.fa.fa-linkedin, i.fa.fa-youtube, i.fa.fa-skype, i.fa.fa-flickr{
font-size: 30px;
}
h3.count.text-light {
Expand Down
4 changes: 2 additions & 2 deletions website/templates/contributors_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
>
<a href="{{contributor.twitter}}" target="_blank" rel="noopener noreferrer">
<i
class="scale-150 m-3 fa-brands fa-twitter fa-lg cursor-pointer transition duration-100 hover:text-red-500"
class="scale-150 m-3 fa-brands fa-x-twitter fa-lg cursor-pointer transition duration-100 hover:text-red-500"
></i>
</a>
<a href="{{contributor.linkedin}}" target="_blank" rel="noopener noreferrer">
Expand All @@ -53,4 +53,4 @@
</div>
</div>
</section>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion website/templates/index3.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
Share
</button>
<button class="m-1 md:m-0 flex items-center px-10 h-14 rounded-xl border-[1px] border-gray-300 font-extrabold hover:text-red-500 hover:bg-gray-100">
<i class="fa-brands fa-twitter text-2xl mr-2"> </i>
<i class="fa-brands fa-x-twitter text-2xl mr-2"> </i>
Tweet
</button>
<button class="m-1 md:m-0 flex items-center px-10 h-14 rounded-xl border-[1px] border-gray-300 font-extrabold hover:text-red-500 hover:bg-gray-100">
Expand Down
2 changes: 1 addition & 1 deletion website/templates/issue.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h3 class="page-header">
</span>
{% endif %}

<a class="tweet-btn fa fa-twitter btn btn-xs tweet-btn"
<a class="tweet-btn fa fa-x-twitter btn btn-xs tweet-btn"
href="https://twitter.com/intent/tweet?text=Bug on @{{ object.domain_title }} - {{ object.description }}"
data-size="small"> Tweet</a>
<span class="fb-share-button"
Expand Down
2 changes: 1 addition & 1 deletion website/templates/issue2.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
target="_blank"
href="https://twitter.com/intent/tweet?text=Bug Found on @{{ object.domain_title }} - {{ object.description }} Report: https://{% env 'FQDN' %}/issue/{{ object.id }}"
class="flex items-center px-10 h-14 rounded-xl border-[1px] border-gray-300 font-extrabold hover:text-red-500 hover:bg-gray-100 m-5 xl:m-0">
<i class="fa-brands fa-twitter text-2xl mr-2"> </i>
<i class="fa-brands fa-x-twitter text-2xl mr-2"> </i>
Share
</a>

Expand Down