mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-17 14:53:45 +00:00
add hashtag before rendered channel names
This commit is contained in:
@@ -22,7 +22,7 @@ const slackMarkdownRenderer = (text: { value: string }) => {
|
||||
if (matches) {
|
||||
return (
|
||||
<a href={`https://app.slack.com/client/T03BQ3NU9/${matches[1]}`}>
|
||||
{matches[2]}
|
||||
#{matches[2]}
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user