Skip to content

Commit

Permalink
update link arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
that-hatter committed Oct 27, 2024
1 parent 194b357 commit d91c043
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions api/constants/LinkMarker/LINK_MARKER_BOTTOM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: LINK_MARKER_BOTTOM
enum: LinkMarker
value: 0x2
description: Bottom Link Arrow (🡓)
summary: 🡓
description: Bottom Link Arrow ()
summary:
status: { index: stable }
4 changes: 2 additions & 2 deletions api/constants/LinkMarker/LINK_MARKER_BOTTOM_LEFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: LINK_MARKER_BOTTOM_LEFT
enum: LinkMarker
value: 0x1
description: Bottom-Left Link Arrow (🡗)
summary: 🡗
description: Bottom-Left Link Arrow ()
summary:
status: { index: stable }
4 changes: 2 additions & 2 deletions api/constants/LinkMarker/LINK_MARKER_BOTTOM_RIGHT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: LINK_MARKER_BOTTOM_RIGHT
enum: LinkMarker
value: 0x4
description: Bottom-Right Link Arrow (🡖)
summary: 🡖
description: Bottom-Right Link Arrow ()
summary:
status: { index: stable }
4 changes: 2 additions & 2 deletions api/constants/LinkMarker/LINK_MARKER_LEFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: LINK_MARKER_LEFT
enum: LinkMarker
value: 0x8
description: Left Link Arrow (🡐)
summary: 🡐
description: Left Link Arrow ()
summary:
status: { index: stable }
4 changes: 2 additions & 2 deletions api/constants/LinkMarker/LINK_MARKER_RIGHT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: LINK_MARKER_RIGHT
enum: LinkMarker
value: 0x20
description: Right Link Arrow (🡒)
summary: 🡒
description: Right Link Arrow ()
summary:
status: { index: stable }
4 changes: 2 additions & 2 deletions api/constants/LinkMarker/LINK_MARKER_TOP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: LINK_MARKER_TOP
enum: LinkMarker
value: 0x80
description: Top Link Arrow (🡑)
summary: 🡑
description: Top Link Arrow ()
summary:
status: { index: stable }
4 changes: 2 additions & 2 deletions api/constants/LinkMarker/LINK_MARKER_TOP_LEFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: LINK_MARKER_TOP_LEFT
enum: LinkMarker
value: 0x40
description: Top-Left Link Arrow (🡔)
summary: 🡔
description: Top-Left Link Arrow ()
summary:
status: { index: stable }
4 changes: 2 additions & 2 deletions api/constants/LinkMarker/LINK_MARKER_TOP_RIGHT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: LINK_MARKER_TOP_RIGHT
enum: LinkMarker
value: 0x100
description: Top-Right Link Arrow (🡕)
summary: 🡕
description: Top-Right Link Arrow ()
summary:
status: { index: stable }

0 comments on commit d91c043

Please sign in to comment.