Skip to content

Commit ad854a9

Browse files
committed
docs: force text presentation on external link suffix
U+2197 rendered as a color emoji on some platforms; appending U+FE0E (variation selector-15) pins it to the text glyph.
1 parent eb0e596 commit ad854a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/src/constants/links.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/** Suffix shown after external links */
2-
export const EXTERNAL_LINK_SUFFIX = '↗'
1+
/** Suffix shown after external links (U+FE0E forces text presentation over emoji) */
2+
export const EXTERNAL_LINK_SUFFIX = '↗'
33

44
/** Filter section of the "Using the Docs" page */
55
export const SKILL_LEVELS_DOCS_HREF = '/guide/essentials/using-the-docs#skill-levels-learning-tracks'

0 commit comments

Comments
 (0)