about summary refs log tree commit diff
path: root/src/components/Layout/Header
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Layout/Header')
-rw-r--r--src/components/Layout/Header/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx
index f05350dca..16b484cea 100644
--- a/src/components/Layout/Header/index.tsx
+++ b/src/components/Layout/Header/index.tsx
@@ -175,7 +175,8 @@ export function TitleText({
         gtMobile && a.text_xl,
         style,
       ]}
-      numberOfLines={2}>
+      numberOfLines={2}
+      emoji>
       {children}
     </Text>
   )