Skip to content

Commit

Permalink
Website: Fix Discord/Slack link
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Apr 24, 2024
1 parent 3fe02da commit 6a48ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/share.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function Share() {
text={() => `[url=${installationUrl()}]Install ${recipe().raw.name}[/url]`}>
REAPER forum link
</CopyField>
<CopyField text={() => `[Install ${recipe().raw.name}(${installationUrl()})`}>
<CopyField text={() => `[Install ${recipe().raw.name}](${installationUrl()})`}>
Discord/Slack link
</CopyField>
<CopyField
Expand Down

0 comments on commit 6a48ef5

Please sign in to comment.