Skip to content

Commit

Permalink
fix: replace ExternalLink component with anchor tag for external docu…
Browse files Browse the repository at this point in the history
…mentation link
  • Loading branch information
Soare-Robert-Daniel committed Dec 10, 2024
1 parent 75d812b commit 6e17da2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/apps/dashboard/src/Components/FeatureRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ const FeatureRow = ({ item }) => {
),
{
external_link: (
<ExternalLink
<a
href={docsLink}
target="external noreferrer noopener"
>
#dumptext
</ExternalLink>
</a>
),
}
)}
Expand Down

0 comments on commit 6e17da2

Please sign in to comment.