Skip to content

Commit

Permalink
fix: preventing linking to version doc when release is archived/publi…
Browse files Browse the repository at this point in the history
…shed
  • Loading branch information
jordanl17 committed Dec 10, 2024
1 parent e7fa51a commit 01c3895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function ReleaseDocumentPreview({
if (revision) return preview

return (
<Card tone="default" as={LinkComponent} radius={2} data-as={'a'}>
<Card tone="inherit" as={LinkComponent} radius={2} data-as="a">
{preview}
</Card>
)
Expand Down

0 comments on commit 01c3895

Please sign in to comment.