Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffd76f4

Browse files
committedFeb 10, 2023
Fix arrow colors
1 parent 97cccff commit ffd76f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎stubs/inertia/resources/js/Components/Welcome.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import ApplicationLogo from '@/Components/ApplicationLogo.vue';
3838
<a href="https://laravel.com/docs" class="inline-flex items-center font-semibold text-indigo-700 dark:text-indigo-300">
3939
Explore the documentation
4040

41-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="ml-1 w-5 h-5 stroke-indigo-500 dark:stroke-indigo-200">
41+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="ml-1 w-5 h-5 fill-indigo-500 dark:fill-indigo-200">
4242
<path fill-rule="evenodd" d="M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z" clip-rule="evenodd" />
4343
</svg>
4444
</a>
@@ -60,7 +60,7 @@ import ApplicationLogo from '@/Components/ApplicationLogo.vue';
6060
</p>
6161

6262
<p class="mt-4 text-sm">
63-
<a href="https://laracasts.com" class="inline-flex items-center font-semibold text-indigo-700 dark:text-indigo-300">
63+
<a href="https://laracasts.com" class="inline-flex items-center font-semibold fill-indigo-700 fill:text-indigo-300">
6464
Start watching Laracasts
6565

6666
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="ml-1 w-5 h-5 stroke-indigo-500 dark:stroke-indigo-200">

0 commit comments

Comments
 (0)
Please sign in to comment.