Skip to content

Commit

Permalink
style: remove some links
Browse files Browse the repository at this point in the history
  • Loading branch information
swh00tw committed Dec 8, 2024
1 parent 5e29bac commit 9251035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const weeklyDigestSlackTemplate = (
}),
...recs.map((rec) =>
Blocks.Section({
text: `${Md.link(`https://recnet.io/${rec.user.handle}`, rec.user.displayName)}${rec.isSelfRec ? Md.italic("(Self-Rec)") : ""}: ${rec.description} (${Md.link(`https://recnet.io/rec/${rec.id}`, "view")})`,
text: `${rec.user.displayName} ${rec.isSelfRec ? Md.italic("(Self-Rec)") : ""}: ${rec.description}`,
})
),
Blocks.Divider(),
Expand Down

0 comments on commit 9251035

Please sign in to comment.