We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fba5e8 commit 676440fCopy full SHA for 676440f
frontend/src/routes/_layout/index.tsx
@@ -14,7 +14,7 @@ function Dashboard() {
14
<>
15
<Container maxW="full">
16
<Box pt={12} m={4}>
17
- <Text fontSize="2xl">
+ <Text fontSize="2xl" truncate maxW="sm">
18
Hi, {currentUser?.full_name || currentUser?.email} 👋🏼
19
</Text>
20
<Text>Welcome back, nice to see you again!</Text>
0 commit comments