Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 3, 2023
1 parent 4e34ab5 commit f232145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/header-news-bar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>

<div class="mt-px ml-1">
Shop the latest Laravel merchandise in our <a href="https://laravel.bigcartel.com" class="underline">official store</a>.
Shop the latest Laravel merchandise in our <a href="https://laravel.bigcartel.com/products" class="underline">official store</a>.
</div>
@endif
</div>
2 changes: 1 addition & 1 deletion resources/views/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'Laracon India' => 'https://laracon.in/',
'Jobs' => 'https://larajobs.com',
'Forums' => 'https://laracasts.com/discuss',
'Shop' => 'https://laravel.bigcartel.com/',
'Shop' => 'https://laravel.bigcartel.com/products',
'Trademark' => '/trademark',
],
],
Expand Down
2 changes: 1 addition & 1 deletion resources/views/partials/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class="fixed inset-0 w-full pt-[4.2rem] z-10 pointer-events-none"
<li><a class="block w-full py-2" href="https://vapor.laravel.com">Vapor</a></li>
<li><a class="block w-full py-3" href="https://laravel-news.com">News</a></li>
<li><a class="block w-full py-3" href="https://partners.laravel.com">Partners</a></li>
<li><a class="block w-full py-3" href="https://laravel.bigcartel.com/">Shop</a></li>
<li><a class="block w-full py-3" href="https://laravel.bigcartel.com/products">Shop</a></li>
<li class="flex sm:justify-center"><x-button.secondary class="mt-3 w-full max-w-md" href="/docs">Documentation</x-button.secondary></li>
</ul>
</div>
Expand Down

0 comments on commit f232145

Please sign in to comment.