mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: use 'label2' typography variant for ExternalResourceCard description
This commit is contained in:
@@ -59,7 +59,7 @@ export const AssetCard: React.FC<AssetCardProps> = ({
|
||||
{isDownloadable && (
|
||||
<div className="mdx-asset-card__downloadables">
|
||||
{downloadable.map((downloadable, index) => (
|
||||
<a href={downloadable.src} download>
|
||||
<a href={downloadable.src} target="_blank" download>
|
||||
<Button
|
||||
key={index}
|
||||
variant="outlined"
|
||||
|
||||
+1
-1
@@ -67,7 +67,7 @@ export const ExternalResourceCard: React.FC<ExternalResourceCardProps> = ({
|
||||
</Typography>
|
||||
{description && (
|
||||
<Typography
|
||||
variant="body1"
|
||||
variant="label2"
|
||||
component="div"
|
||||
className="mdx-erc__description"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user