Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Props = {
}

/*
* The level picker is a flexbox which spreads the the levels evenly over the div.
* The level picker is a flexbox which spreads the levels evenly over the div.
* This means 1 will always be in the leftmost position and the max level at the opposite.
* When there are only two or three levels this poses and issue, because the levels look
* really spaced and like there's a UI bug. To combat this, we give each of them the spacing
Expand Down