Skip to content

Commit

Permalink
Add Shop links (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk authored Jul 24, 2023
1 parent 31bd9ea commit 50fa200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'Laracon India' => 'https://laracon.in/',
'Jobs' => 'https://larajobs.com',
'Forums' => 'https://laracasts.com/discuss',
'Shop' => 'https://laravel.bigcartel.com/',
'Trademark' => '/trademark',
],
],
Expand Down
2 changes: 2 additions & 0 deletions resources/views/partials/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ class="mt-4 w-224 p-8 bg-white shadow-lg transform transition-transform origin-t
</li>
<li><a href="https://laravel-news.com">News</a></li>
<li><a href="https://partners.laravel.com">Partners</a></li>
<li><a href="https://laravel.bigcartel.com/">Shop</a></li>
</ul>
<div class="flex-1 flex items-center justify-end">
<button id="docsearch"></button>
Expand Down Expand Up @@ -308,6 +309,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 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 50fa200

Please sign in to comment.