🔧 chore: use link-emphasized button
This commit is contained in:
parent
646099707c
commit
4074dd4001
@ -33,12 +33,16 @@ const Id = () => {
|
|||||||
</Heading>
|
</Heading>
|
||||||
<p className="flex flex-col items-center lg:flex-row font-sans gap-0.5 lg:gap-2 text-sm text-elements-high-em">
|
<p className="flex flex-col items-center lg:flex-row font-sans gap-0.5 lg:gap-2 text-sm text-elements-high-em">
|
||||||
Your project has been deployed at{' '}
|
Your project has been deployed at{' '}
|
||||||
<Link to="https://www.iglootools.snowballtools.xyz">
|
<Button
|
||||||
<span className="flex gap-1.5 text-elements-link">
|
className="no-underline text-elements-link"
|
||||||
<LinkChainIcon size={18} />
|
href="https://www.iglootools.snowballtools.xyz"
|
||||||
|
as="a"
|
||||||
|
variant="link-emphasized"
|
||||||
|
external
|
||||||
|
leftIcon={<LinkChainIcon />}
|
||||||
|
>
|
||||||
www.iglootools.snowballtools.xyz
|
www.iglootools.snowballtools.xyz
|
||||||
</span>
|
</Button>
|
||||||
</Link>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user