Skip to content

Commit 4a47012

Browse files
authored
update to use new X icon for Twitter (#218)
see #162
1 parent e8f6327 commit 4a47012

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/views/components/sidebar.blade.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</p>
1919

2020
<div class="mt-4 flex justify-center space-x-4">
21-
<a href="https://twitter.com/laravelio" class="text-gray-400 hover:text-gray-500">
22-
<span class="sr-only">Twitter</span>
23-
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
24-
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
21+
<a href="https://x.com/laravelio" class="text-gray-400 hover:text-gray-500">
22+
<span class="sr-only">X (fomerly Twitter)</span>
23+
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 48 48" width="48px" height="48px" clip-rule="evenodd" baseProfile="basic" aria-hidden="true">
24+
<path fill-rule="evenodd" d="M38,42H10c-2.209,0-4-1.791-4-4V10c0-2.209,1.791-4,4-4h28 c2.209,0,4,1.791,4,4v28C42,40.209,40.209,42,38,42z" clip-rule="evenodd"/><path fill="#fff" d="M34.257,34h-6.437L13.829,14h6.437L34.257,34z M28.587,32.304h2.563L19.499,15.696h-2.563 L28.587,32.304z"/><polygon fill="#fff" points="15.866,34 23.069,25.656 22.127,24.407 13.823,34"/><polygon fill="#fff" points="24.45,21.721 25.355,23.01 33.136,14 31.136,14"/>
2525
</svg>
2626
</a>
2727

0 commit comments

Comments
 (0)