Skip to content

Commit

Permalink
Fix typo doom-modeline-time-icon
Browse files Browse the repository at this point in the history
tweleve → twelve
  • Loading branch information
deadcombo authored and seagle0128 committed Oct 28, 2023
1 parent 56eecab commit 230e75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doom-modeline-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -3076,7 +3076,7 @@ mouse-3: Restart preview"
'mdicon
(if doom-modeline-time-live-icon
(pcase (% (caddr (decode-time)) 12)
(0 "nf-md-clock_time_tweleve_outline")
(0 "nf-md-clock_time_twelve_outline")
(1 "nf-md-clock_time_one_outline")
(2 "nf-md-clock_time_two_outline")
(3 "nf-md-clock_time_three_outline")
Expand Down

0 comments on commit 230e75c

Please sign in to comment.