Skip to content

Commit

Permalink
Merge pull request #112 from zackha/dev
Browse files Browse the repository at this point in the history
fix: fav button
  • Loading branch information
zackha authored Aug 15, 2024
2 parents 7c11e0b + 6b45708 commit b9e2170
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ButtonWishlist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { isWishlisted, toggleWishlist } = useWishlist(props.product);
</script>

<template>
<button @click="toggleWishlist(props.product)">
<button @click="toggleWishlist(props.product)" class="active:scale-95 transition">
<div
:class="[
'w-12 h-12 rounded-full ml-3 flex justify-center items-center',
Expand Down
Binary file modified public/social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9e2170

Please sign in to comment.