#Need help making 2 text's on the same line

4 messages · Page 1 of 1 (latest)

noble mortar
#
<MantineProvider theme={{ fontFamily: "Inter, sans-serif", colorScheme: 'dark' }} withGlobalStyles withNormalizeCSS>
 <Container size={460} my={30}>
         <Paper withBorder shadow="md" p={30} radius="md" mt="xl">
           <Center>
           <Text weight="bold" size="xl">Here's your ip address: <Text color="red" weight="bold" size="xl">1.1.1.1</Text></Text>
             </Center>
</Paper>
        </Container>
    </MantineProvider>```
whole basalt
#

use Group

noble mortar
#

kinda new, im not sure how

whole basalt
#
<Group noWrap>
<Text> Here's your ip address </Text>
<Text> 1.1.1.1 </Text
</Group>