From 5e1a6c42cd94370a65797df5f5608054d821e585 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 25 Sep 2022 23:51:05 +1300 Subject: [PATCH] Swap theme and sound options in SettingsPage Closes #53 --- SettingsPage.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/SettingsPage.tsx b/SettingsPage.tsx index fa51f57..b331c93 100644 --- a/SettingsPage.tsx +++ b/SettingsPage.tsx @@ -181,14 +181,6 @@ export default function SettingsPage() { /> ))} - {'alarm sound'.includes(search.toLowerCase()) && ( - - )} {'theme'.includes(search.toLowerCase()) && ( )} + {'alarm sound'.includes(search.toLowerCase()) && ( + + )}