Skip to content

Commit

Permalink
fix(#47): updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyadjie committed May 28, 2024
1 parent 9da3c20 commit 715a531
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
3 changes: 3 additions & 0 deletions public/icons/map/recommendations/etoile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/map/recommendations/like_noir.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions src/components/blocs/preview/adress/AdressPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,24 @@ export const AdressPreview: React.FC<AdressProps> = ({
<h3>{title}</h3>
<p>{subTitle}</p>
<div className={styles.ratings}>
<span>{stars}</span>
<span>👍 {likes}</span>
<span>
<Image
src="/icons/map/recommendations/etoile.svg"
alt="note"
width={15}
height={15}
/>{' '}
{stars}
</span>
<span>
<Image
src="/icons/map/recommendations/like_noir.svg"
alt="note"
width={10}
height={10}
/>{' '}
{likes}
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 715a531

Please sign in to comment.