Skip to content

Commit

Permalink
Seperate reviews stars to reviews package
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyHoenderdaal committed Dec 18, 2024
1 parent 6244993 commit d4f8010
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions resources/views/components/reviews/stars.blade.php

This file was deleted.

2 changes: 1 addition & 1 deletion resources/views/product/overview.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@includeWhen($product->type_id !== 'grouped', 'rapidez::product.partials.addtocart')
@if (App::providerIsLoaded('Rapidez\Reviews\ReviewsServiceProvider'))
@if ($product->reviews_score)
<x-rapidez::reviews.stars :score="$product->reviews_score" :count="$product->reviews_count"/>
<x-rapidez-reviews::reviews.stars :score="$product->reviews_score" :count="$product->reviews_count"/>
@endif
@endif
<div>
Expand Down

0 comments on commit d4f8010

Please sign in to comment.