Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcrair committed Apr 16, 2024
1 parent 586f188 commit e25ffe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/unify/[users]/UnifyContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function UnifyContent({ user1Data, user2Data }) {

ctx.font = `20px Koulen`;
ctx.fillStyle = `${user2personality.colors.cassetteAccent}`;
ctx.fillText(`#${user1personality.name}`, canvas.width / 2, 580);
ctx.fillText(`#${user2personality.name}`, canvas.width / 2, 580);

ctx.font = `35px Koulen`;
ctx.fillStyle = "black";
Expand Down

0 comments on commit e25ffe3

Please sign in to comment.