Skip to content

Commit

Permalink
Improved link fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Dec 17, 2023
1 parent 928c5d0 commit 6518d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const link = (
options?: Parameters<typeof terminalLink>[2],
) =>
terminalLink(label, url, {
fallback: () => `${label} (\u200B${short}\u200B)`,
fallback: () => `${label} [ ${short} ]`,
...options,
});

Expand Down

0 comments on commit 6518d08

Please sign in to comment.