Skip to content

Commit

Permalink
Fix missing obsolete nerd font glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
radzio authored and dlvhdr committed Jul 7, 2023
1 parent 3caed92 commit 21a4668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/data/schemas/layout/pr.yaml
Expand Up @@ -211,7 +211,7 @@ properties:
details: |
This column displays the review status of a PR as an icon:
- When the PR hasn't been reviewed, the icon is ![styled:``](. "faint-text") and the
- When the PR hasn't been reviewed, the icon is ![styled:``](. "faint-text") and the
color is the value of [sref:`theme.colors.text.faint`].
- When the PR is approved, the icon is ![styled:`󰄬`](. "primary-text") and the color is
the value of [sref:`theme.colors.text.primary`].
Expand All @@ -236,7 +236,7 @@ properties:
details: |
This column displays the CI status of a PR as an icon:
- When the checks haven't finished running, the icon is ![styled:``](. "faint-text") and
- When the checks haven't finished running, the icon is ![styled:``](. "faint-text") and
the color is the value of [sref:`theme.colors.text.faint`].
- When the checks have all passed, the icon is ![styled:``](. "success-text") and the
color is the value of [sref:`theme.colors.text.success`].
Expand Down
2 changes: 1 addition & 1 deletion ui/constants/constants.go
Expand Up @@ -26,7 +26,7 @@ type Dimensions struct {
}

const (
WaitingIcon = ""
WaitingIcon = ""
FailureIcon = "σ°…™"
SuccessIcon = ""
)

0 comments on commit 21a4668

Please sign in to comment.