From 5ba9c31d8ba6ead4aa1fbcc8ab52f2c54e1fcb32 Mon Sep 17 00:00:00 2001
From: Noah Loomans <noahloomans@gmail.com>
Date: Mon, 25 Jun 2018 21:55:10 +0200
Subject: Fix typo

---
 src/client/react/components/page/User.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/client/react/components/page/User.scss b/src/client/react/components/page/User.scss
index f56a593..d739292 100644
--- a/src/client/react/components/page/User.scss
+++ b/src/client/react/components/page/User.scss
@@ -1,7 +1,7 @@
 .UserPage {
   .searchWrapper {
     position: fixed;
-    z-index: 1; // Position the search bar abore the schedule
+    z-index: 1; // Position the search bar above the schedule
     width: 100%;
 
     .searchContainer {
-- 
cgit v1.1