Skip to content

Commit

Permalink
fix: update texture chat src
Browse files Browse the repository at this point in the history
  • Loading branch information
damienguezou committed Jun 28, 2022
1 parent fcfa6d6 commit 7db3f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const StyledChat = styled('div', {
position: 'absolute',
inset: 0,
opacity: 0.25,
backgroundImage: 'url("src/assets/img/cardboard.jpg")',
backgroundImage: 'url("src/assets/img/texture-chat.jpg")',
mixBlendMode: 'overlay'
}
});
Expand Down

0 comments on commit 7db3f2a

Please sign in to comment.