Skip to content

Commit

Permalink
Add link to collection
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Oct 8, 2024
1 parent f1d9600 commit 19aa8c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/search.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<form
class="flex items-center max-w-sm mx-auto"
class="flex grow items-center"
action="{{ route('search') }}"
method="POST"
>
Expand Down
8 changes: 7 additions & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@

<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="mx-auto max-w-2xl">
<div class="mt-10">
<div class="mt-10 flex flex-col md:flex-row justify-center items-center mx-24">
<x-search/>
<a
href="{{ route('collection') }}"
class="mt-4 md:mt-0 pl-6 text-sm leading-6 text-white"
>
View collection <span aria-hidden="true">→</span>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 19aa8c8

Please sign in to comment.