Skip to content

Commit

Permalink
fix(launcher): remove dollar sign in generated Markdown (#389)
Browse files Browse the repository at this point in the history
Closes #388.
  • Loading branch information
giuseppe-steduto committed Jan 23, 2024
1 parent 5d232af commit 8ad4afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana-ui/src/pages/badgeCreator/LauncherBadgeCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const LauncherBadgeCreator = () => {
</p>
<CodeSnippet dollarPrefix={false} copy>
<div>
[![Launch on REANA]({LAUNCH_ON_REANA_BADGE_URL})]($
[![Launch on REANA]({LAUNCH_ON_REANA_BADGE_URL})](
{launcherURL})
</div>
</CodeSnippet>
Expand Down

0 comments on commit 8ad4afd

Please sign in to comment.