Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperz committed Nov 30, 2022
1 parent 4dcb6c8 commit 51f1120
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/experiments/39.ffflauta-scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const Avatar = ({ src }) => {
<Image
width={64}
height={64}
style={{ userSelect: 'none' }}
src={`/images/ffflauta-scene/avatars/${src}.png`}
/>
)
Expand Down Expand Up @@ -146,7 +145,6 @@ const Dialog = ({ text }) => {
style={{
fontSize: 9,
height: '100%',
userSelect: 'none',
textTransform: 'lowercase'
}}
>
Expand Down Expand Up @@ -235,7 +233,7 @@ const FFFlautaScene = () => {
return (
<FullHeightWrapper>
<AspectBox
style={{ fontFamily: 'Ffflauta', fontWeight: 500 }}
style={{ fontFamily: 'Ffflauta', fontWeight: 500, userSelect: 'none' }}
ratio={21 / 9}
onClick={() => {
handleNextScene()
Expand Down

1 comment on commit 51f1120

@vercel
Copy link

@vercel vercel bot commented on 51f1120 Nov 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.