From 5eb8b544a80113d4fdb80b6e898d752359d58d1c Mon Sep 17 00:00:00 2001 From: Macca Williams Date: Wed, 15 Jan 2025 08:52:25 +0000 Subject: [PATCH] Fix typo in comment in header.js --- src/components/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header.js b/src/components/header.js index ecd0bacf..8da3a5d0 100755 --- a/src/components/header.js +++ b/src/components/header.js @@ -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