Skip to content

Commit

Permalink
Merge pull request #2170 from codeeu/hotfix
Browse files Browse the repository at this point in the history
Twitter to X
  • Loading branch information
alainvd authored Oct 12, 2023
2 parents e677c76 + c496282 commit 13d5e36
Show file tree
Hide file tree
Showing 11 changed files with 348 additions and 87 deletions.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

81 changes: 0 additions & 81 deletions public/images/twitter.svg

This file was deleted.

7 changes: 7 additions & 0 deletions public/images/x-twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/2021/challenges/personal-trainer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

<section class="p-2">
<div class="orange text-3xl">@lang('challenges.common.example')</div>
<div class="mt-2">@lang("challenges-content.$slug.example"): <a href="https://scratch.mit.edu/projects/877857926">https://scratch.mit.edu/projects/877857926</a> </div>

<div class="mt-2">
<img src="{{asset('img/2021/challenges/personal-trainer-1.png')}}"/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/ambassadors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class="codeweek-svg-button">
@if($ambassador->twitter)
<a href="http://twitter.com/{{ $ambassador->twitter }}"
target="_blank" class="codeweek-svg-button">
<img src="/images/twitter.svg" alt="Twitter">
<img src="/images/x-twitter.svg" alt="Twitter">
</a>
@endif
{{--Ambassador website--}}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/community.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class="codeweek-svg-button">
@if($ambassador->twitter)
<a href="http://twitter.com/{{ $ambassador->twitter }}"
target="_blank" class="codeweek-svg-button">
<img src="/images/twitter.svg" alt="Twitter">
<img src="/images/x-twitter.svg" alt="Twitter">
</a>
@endif
{{--Ambassador website--}}
Expand Down
4 changes: 2 additions & 2 deletions resources/views/layout/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
</div>
<div class="social-network">
<a href="https://twitter.com/CodeWeekEU" target="_blank" rel="noreferer, noopener">
<div style="margin-right: 4px"><img src="/images/twitter.svg" alt="Twitter" class="button-icon">
<div style="margin-right: 4px"><img src="/images/x-twitter.svg" alt="X" class="button-icon">
</div>
Twitter
X
</a>
</div>
<div class="social-network">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layout/menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
</div>
</div>
<div class="round-button menu-trigger twitter-menu">
<img src="/images/twitter.svg" alt="Twitter" class="button-icon">
<img src="/images/x-twitter.svg" alt="Twitter" class="button-icon">
<div class="menu-dropdown">
<a class="twitter-timeline" href="https://twitter.com/CodeWeekEU" data-width="400"
data-height="300" data-chrome="noscrollbar" data-link-color="#E95F28"
Expand Down

0 comments on commit 13d5e36

Please sign in to comment.