Skip to content

Commit

Permalink
fix service provider tab, comptoir du libre URL pointing to website
Browse files Browse the repository at this point in the history
fixes #96
  • Loading branch information
JeromeBu committed Jan 24, 2024
1 parent 47721b6 commit 676cd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/softwareDetails/SoftwareDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const ServiceProviderRow = ({
</a>
)}{" "}
{cdlUrl && (
<a href={website} target="_blank" rel="noreferrer">
<a href={cdlUrl} target="_blank" rel="noreferrer">
Comptoir du libre
</a>
)}{" "}
Expand Down

0 comments on commit 676cd8c

Please sign in to comment.