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:
Benjamin Cabanes 2025-01-28 19:00:21 -05:00 committed by GitHub
parent 89bbe22502
commit 3f5e8636a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>