Update 'Workflow' component

Open link in the description in the new tab.

Signed-off-by: Dejan Belušić <dejanbelusic@gmail.com>
This commit is contained in:
Dejan Belušić
2024-11-26 10:45:43 +01:00
parent 1be5ad6699
commit 94852d2317
@@ -121,6 +121,7 @@ export const Workflow = (workflowProps: WorkflowProps): JSX.Element | null => {
subheader={
<MarkdownContent
className={styles.markdown}
linkTarget="_blank"
content={
description ?? sortedManifest.description ?? 'No description'
}