Auto-prettification
This commit is contained in:
parent
06db5515f6
commit
0c0e7b5582
|
@ -55,7 +55,12 @@ export function ShareModal(props: {
|
|||
</SiteLink>{' '}
|
||||
if a new user signs up using the link!
|
||||
</p>
|
||||
<QRCode url={shareUrl} className="self-center" width={150} height={150} />
|
||||
<QRCode
|
||||
url={shareUrl}
|
||||
className="self-center"
|
||||
width={150}
|
||||
height={150}
|
||||
/>
|
||||
<Button
|
||||
size="2xl"
|
||||
color="indigo"
|
||||
|
@ -71,7 +76,6 @@ export function ShareModal(props: {
|
|||
{linkIcon} Copy link
|
||||
</Button>
|
||||
|
||||
|
||||
<Row className="z-0 flex-wrap justify-center gap-4 self-center">
|
||||
<TweetButton
|
||||
className="self-start"
|
||||
|
|
Loading…
Reference in New Issue
Block a user