docs(nx-dev): update Powerpack button link and add title (#29792)
Updated the Powerpack button link to use a relative path and added a descriptive `title` attribute for improved accessibility and clarity.
This commit is contained in:
parent
89bbe22502
commit
3f5e8636a0
@ -41,9 +41,10 @@ export function Hero(): ReactElement {
|
|||||||
</SectionHeading>
|
</SectionHeading>
|
||||||
<div className="mt-10 flex items-center justify-center gap-x-6">
|
<div className="mt-10 flex items-center justify-center gap-x-6">
|
||||||
<ButtonLink
|
<ButtonLink
|
||||||
href="cloud.nx.app/powerpack"
|
href="https://cloud.nx.app/powerpack?utm_source=nx-dev&utm_medium=button-link&utm_campaign=get-powerpack-license"
|
||||||
variant="primary"
|
variant="primary"
|
||||||
size="default"
|
size="default"
|
||||||
|
title="Get Powerpack License"
|
||||||
>
|
>
|
||||||
Get Powerpack License
|
Get Powerpack License
|
||||||
</ButtonLink>
|
</ButtonLink>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user