Skip to content

Commit

Permalink
update homepage tweet carousel to use X logo (#13785)
Browse files Browse the repository at this point in the history
  • Loading branch information
shughes26 authored Jan 10, 2025
1 parent b26aa17 commit 3775cb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h2 class="text-white text-center">Open source. Built by engineers for engineers
</div>
<p class="ml-4 text-gray-600">{{ $tweet.username }}</p>
<div class="flex-grow flex justify-end my-4">
<img src="/logos/tech/twitter.svg" alt="Twitter" />
<img class="h-6" src="/logos/tech/x.svg" alt="X" />
</div>
</div>
</div>
Expand Down Expand Up @@ -227,7 +227,7 @@ <h2 class="text-white text-center">Open source. Built by engineers for engineers
</a>

{{ if eq $tweet.source "twitter" }}
<img class="w-8 h-8" src="/logos/tech/twitter.svg" alt="Twitter" />
<img class="w-8 h-8" src="/logos/tech/x.svg" alt="Twitter" />
{{ end }}

{{ if eq $tweet.source "reddit" }}
Expand Down
3 changes: 3 additions & 0 deletions static/logos/tech/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3775cb7

Please sign in to comment.