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