Jofthomas HF staff commited on
Commit
05a0cae
·
verified ·
1 Parent(s): 37256ad

Remove emojis

Browse files
Files changed (1) hide show
  1. src/components/Character.tsx +1 -3
src/components/Character.tsx CHANGED
@@ -101,9 +101,7 @@ export const Character = ({
101
  animationSpeed={speed}
102
  anchor={{ x: 0.5, y: 0.5 }}
103
  />
104
- {emoji && (
105
- <Text x={0} y={-24} scale={{ x: -0.8, y: 0.8 }} text={emoji} anchor={{ x: 0.5, y: 0.5 }} />
106
- )}
107
  </Container>
108
  );
109
  };
 
101
  animationSpeed={speed}
102
  anchor={{ x: 0.5, y: 0.5 }}
103
  />
104
+
 
 
105
  </Container>
106
  );
107
  };