Skip to content

Commit

Permalink
New icons
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jun 2, 2024
1 parent aa22d28 commit d27f11d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<div class="flex justify-center md:order-2">
<x-a href="https://twitter.com/bladeuikit">
<span class="sr-only">Twitter</span>
<x-entypo-twitter class="h-6 w-6" />
<x-si-x class="h-6 w-6" />
</x-a>
<x-a href="https://github.com/blade-ui-kit/blade-ui-kit" class="ml-6">
<span class="sr-only">GitHub</span>
<x-icon-github class="h-6 w-6" />
<x-si-github class="h-6 w-6" />
</x-a>
</div>
<div class="mt-8 md:mt-0 md:order-1">
Expand Down
8 changes: 4 additions & 4 deletions resources/views/components/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
href="https://twitter.com/bladeuikit"
class="ml-4 font-medium transition duration-150 ease-in-out"
>
<x-entypo-twitter class="h-6 w-6 inline" />
<x-si-x class="h-6 w-6 inline" />
</x-a>
<x-a
href="https://github.com/blade-ui-kit"
class="ml-4 font-medium transition duration-150 ease-in-out"
>
<x-icon-github class="h-6 w-6 inline"/>
<x-si-github class="h-6 w-6 inline"/>
</x-a>
</div>
</nav>
Expand Down Expand Up @@ -69,13 +69,13 @@ class="ml-4 font-medium transition duration-150 ease-in-out"
href="https://twitter.com/bladeuikit"
class="inline-block px-5 py-3 text-center font-medium bg-gray-50 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out"
>
<x-entypo-twitter class="h-6 w-6 inline"/>
<x-si-x class="h-6 w-6 inline" />
</x-a>
<x-a
href="https://github.com/blade-ui-kit"
class="inline-block px-5 py-3 text-center font-medium bg-gray-50 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out"
>
<x-icon-github class="h-6 w-6 inline"/>
<x-si-github class="h-6 w-6 inline"/>
</x-a>
</div>
</div>
Expand Down

0 comments on commit d27f11d

Please sign in to comment.