Skip to content

Commit

Permalink
Update Discord and 𝕏 logo (#304)
Browse files Browse the repository at this point in the history
* Update Discord logo

* Update X (fmr. Twitter) logo

* Update alt Text from "Twitter" to "X"

* Fix indentation

* Fix spacing
  • Loading branch information
TheBlckbird authored Aug 8, 2023
1 parent b8ad2e9 commit 7432e87
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion public/img/social/discord.dark.min.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 public/img/social/discord.min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/img/social/twitter.dark.min.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/img/social/twitter.min.svg

This file was deleted.

1 change: 1 addition & 0 deletions public/img/social/x.dark.min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/img/social/x.min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/views/components/partners/body.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@isset ($twitter)
<li>
<a href="{{ $twitter }}">
<img class="opacity-25" src="/img/social/twitter.min.svg" alt="Twitter">
<img class="opacity-25" src="/img/social/x.min.svg" alt="X">
</a>
</li>
@endif
Expand Down Expand Up @@ -49,4 +49,4 @@
</div>
</div>
</div>
</div>
</div>
6 changes: 3 additions & 3 deletions resources/views/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
<p class="max-w-sm text-xs text-gray-700 sm:text-sm {{ $is_docs_page ? 'dark:text-gray-500' : '' }}">Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in most web projects.</p>
<ul class="mt-6 flex items-center space-x-3">
<li>
<a href="https://twitter.com/laravelphp">
<img class="{{ $is_docs_page ? 'hidden dark:inline-block' : 'hidden' }} w-6 h-6" src="/img/social/twitter.dark.min.svg" alt="Twitter" width="24" height="20" loading="lazy">
<img class="{{ $is_docs_page ? 'inline-block dark:hidden' : 'inline-block' }} w-6 h-6" src="/img/social/twitter.min.svg" alt="Twitter" width="24" height="20" loading="lazy">
<a href="https://x.com/laravelphp">
<img class="{{ $is_docs_page ? 'hidden dark:inline-block' : 'hidden' }} w-6 h-6" src="/img/social/x.dark.min.svg" alt="X" width="24" height="20" loading="lazy">
<img class="{{ $is_docs_page ? 'inline-block dark:hidden' : 'inline-block' }} w-6 h-6" src="/img/social/x.min.svg" alt="X" width="24" height="20" loading="lazy">
</a>
</li>
<li>
Expand Down

0 comments on commit 7432e87

Please sign in to comment.