Skip to content

Commit

Permalink
📝 add documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Jul 7, 2021
1 parent 0093d88 commit c727e41
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion resources/views/livewire/brands/browse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,6 @@
</div>
@endif

<x-shopper-learn-more name="brands" link="#" />
<x-shopper-learn-more name="brands" link="https://docs.laravelshopper.io/docs/brands" />

</div>
2 changes: 1 addition & 1 deletion resources/views/livewire/categories/browse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
</div>
@endif

<x-shopper-learn-more name="categories" link="#" />
<x-shopper-learn-more name="categories" link="https://docs.laravelshopper.io/docs/categories" />

</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/livewire/collections/browse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,6 @@
</div>
@endif

<x-shopper-learn-more name="collections" link="#" />
<x-shopper-learn-more name="collections" link="https://docs.laravelshopper.io/docs/collections" />

</div>
2 changes: 1 addition & 1 deletion resources/views/livewire/customers/browse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,6 @@ class="origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg"
</div>
@endif

<x-shopper-learn-more name="customers" link="#" />
<x-shopper-learn-more name="customers" link="https://docs.laravelshopper.io/docs/customers" />

</div>
2 changes: 1 addition & 1 deletion resources/views/livewire/discounts/browse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,6 @@ class="w-48 pl-10 py-2 block w-full dark:bg-gray-700 dark:text-white placeholder
</div>
@endif

<x-shopper-learn-more name="discounts" link="#" />
<x-shopper-learn-more name="discounts" link="https://docs.laravelshopper.io/docs/discounts" />

</div>
2 changes: 1 addition & 1 deletion resources/views/livewire/orders/browse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class="relative inline-block text-left"
</div>
@endif

<x-shopper-learn-more name="orders" link="#" />
<x-shopper-learn-more name="orders" link="https://docs.laravelshopper.io/docs/orders" />
</div>

@push('scripts')
Expand Down
2 changes: 1 addition & 1 deletion resources/views/livewire/products/browse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,6 @@ class="lg:pb-0"
</div>
@endif

<x-shopper-learn-more name="products" link="#" />
<x-shopper-learn-more name="products" link="https://docs.laravelshopper.io/docs/products" />

</div>
4 changes: 2 additions & 2 deletions resources/views/livewire/reviews/browse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
</div>
</div>
@else
<div class="mt-6 bg-white shadow sm:rounded-md">
<div class="mt-6 bg-white shadow sm:rounded-md dark:bg-gray-800">
<div class="p-4 sm:p-6 sm:pb-4">
<div class="relative z-20 flex items-center space-x-4">
<x-shopper-input.search label="Search review" placeholder="Search review by product name" />
Expand Down Expand Up @@ -560,6 +560,6 @@
</div>
@endif

<x-shopper-learn-more name="reviews" link="#" />
<x-shopper-learn-more name="reviews" link="https://docs.laravelshopper.io/docs/reviews" />

</div>
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@
</div>
@endif

<x-shopper-learn-more name="attributes" link="#" />
<x-shopper-learn-more name="attributes" link="https://docs.laravelshopper.io/docs/attributes" />

</div>
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
</div>
</div>

<x-shopper-learn-more name="locations" link="#" />
<x-shopper-learn-more name="locations" link="https://docs.laravelshopper.io/docs/locations" />
</div>
2 changes: 1 addition & 1 deletion resources/views/pages/settings/legal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</div>
</div>

<x-shopper-learn-more name="legal pages" link="#" />
<x-shopper-learn-more name="legal pages" link="https://docs.laravelshopper.io/docs/legal" />
</div>

@endsection

0 comments on commit c727e41

Please sign in to comment.