Commit 2ba7d62c authored by Max Alekseenko's avatar Max Alekseenko

fix nesting

parent 39321aea
...@@ -30,7 +30,7 @@ const EmptySearchResult = ({ text }: Props) => { ...@@ -30,7 +30,7 @@ const EmptySearchResult = ({ text }: Props) => {
No results No results
</Heading> </Heading>
<Text fontSize={{ base: 'sm', sm: 'md' }} align="center"> <Text as="div" fontSize={{ base: 'sm', sm: 'md' }} align="center">
{ text } { text }
</Text> </Text>
</Box> </Box>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment