Send FeatureGrid Learn more to the Learn page instead of a dead hash link.
This commit is contained in:
@@ -94,9 +94,9 @@ function ContentLockupView({
|
||||
)}
|
||||
|
||||
{/* Link for feature variant */}
|
||||
{variant === "feature" && linkText && (
|
||||
{variant === "feature" && linkText && linkHref && (
|
||||
<a
|
||||
href={linkHref || "#"}
|
||||
href={linkHref}
|
||||
className="text-medium-underline underline text-[var(--color-content-default-primary)] hover:text-[var(--color-content-default-secondary)] transition-colors focus:outline-none focus:ring-2 focus:ring-[var(--color-surface-default-brand-royal)] focus:ring-offset-2 focus:ring-offset-[var(--color-surface-default-secondary)] rounded-sm px-1 py-0.5"
|
||||
>
|
||||
{linkText}
|
||||
|
||||
Reference in New Issue
Block a user