Skip to content

Commit

Permalink
Merge pull request #10 from github/update-top-blocks
Browse files Browse the repository at this point in the history
Update top blocks to fix render issues
  • Loading branch information
chrisreddington authored Nov 29, 2024
2 parents 86fddeb + 16e162f commit 9fdfe3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ascii/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const (
MiddleHigh = '▓'

// Top blocks (highest layer, using special characters for visual distinction)
TopLow = '' // Lower intensity peak
TopMed = '' // Medium intensity peak
TopHigh = '' // High intensity peak
TopLow = '' // Lower intensity peak
TopMed = '' // Medium intensity peak
TopHigh = '' // High intensity peak
)

// Contribution level thresholds as percentages of the maximum contribution count
Expand Down

0 comments on commit 9fdfe3f

Please sign in to comment.