Skip to content

Commit aa4db30

Browse files
committed
Better heatmap character on Macs
1 parent 8605f57 commit aa4db30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/heatmap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub fn build_heatmap(
2727

2828
pub fn heat_cell(count: usize, theme: &Theme) -> Span<'_> {
2929
let (ch, color) = match count {
30-
0 => ("🞝 ", Some(theme.COLOR_GREY_800)),
30+
0 => (" ", Some(theme.COLOR_GREY_800)),
3131
1 => ("⠁ ", Some(theme.COLOR_GRASS)),
3232
2 => ("⠃ ", Some(theme.COLOR_GRASS)),
3333
3 => ("⠇ ", Some(theme.COLOR_GRASS)),

0 commit comments

Comments
 (0)