Skip to content

Commit

Permalink
Update Text
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperTurtle committed Dec 12, 2023
1 parent e2fbf87 commit cbd7fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class="text-3xl font-bold tracking-tight text-primary font-heading">Top Rated
Products</h2>
<a href="{{ route('products.index', ['sort' => 'rating']) }}"
class="hidden text-base font-semibold rounded-md border border-transparent bg-primary px-4 py-2 text-background hover:shadow-lg hover:scale-105 sm:block transition-all delay-[20ms]">
Browse all favorites
Browse top rated products
<span aria-hidden="true"> &rarr;</span>
</a>
</div>
Expand Down Expand Up @@ -346,7 +346,7 @@ class="h-full w-full object-cover object-center">
<div class="mt-6 sm:hidden">
<a href="{{ route('products.index') }}"
class="block text-base font-semibold text-center rounded-md border border-transparent bg-primary px-4 py-2 text-background hover:shadow-lg hover:scale-105 transition-all delay-[20ms]">
Browse all favorites
Browse top rated products
<span aria-hidden="true"> &rarr;</span>
</a>
</div>
Expand Down

0 comments on commit cbd7fdc

Please sign in to comment.