changed short url text

parent 61198d56
...@@ -98,7 +98,11 @@ const App = () => { ...@@ -98,7 +98,11 @@ const App = () => {
Your link now looks like this: Your link now looks like this:
</Typography> </Typography>
<Button target={'_blank'} href={shortUrl}> <Button
sx={{textTransform: 'lowercase', fontSize: '20px'}}
target={'_blank'}
href={shortUrl}
>
{shortUrl} {shortUrl}
</Button> </Button>
</> </>
......
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