mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix cta sections with no link
This commit is contained in:
+9
-7
@@ -55,13 +55,15 @@ export const CallToActionSection: React.FC<CallToActionSectionProps> = ({
|
||||
{description}
|
||||
</Typography>
|
||||
)}
|
||||
<CallToActionButton
|
||||
target={target}
|
||||
href={href}
|
||||
className="mdx-cta-section__link"
|
||||
>
|
||||
{label}
|
||||
</CallToActionButton>
|
||||
{href && (
|
||||
<CallToActionButton
|
||||
target={target}
|
||||
href={href}
|
||||
className="mdx-cta-section__link"
|
||||
>
|
||||
{label}
|
||||
</CallToActionButton>
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user