Skip to content

Commit

Permalink
fix(web-ui): change default reaction (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbook authored Dec 28, 2023
1 parent fee6208 commit ea1c388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function BlogPostLikeButton({
animate(scope.current, { scale: [1, 1.4, 1] }, { duration: 0.4 });

await createMutation.mutateAsync(
{ blogPostId, reaction: ":like" },
{ blogPostId, reaction: ":heart:" },
{
onSuccess: () => {
queryClient.invalidateQueries({
Expand Down

0 comments on commit ea1c388

Please sign in to comment.