From 765a8ae3b284d99c3e270f38528425d9e3ec0b66 Mon Sep 17 00:00:00 2001 From: BloodyMarie Date: Sun, 10 Apr 2022 21:23:12 +0200 Subject: [PATCH] Chore: exchange icons for learn more --- components/cycle-day/symptom-edit-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cycle-day/symptom-edit-view.js b/components/cycle-day/symptom-edit-view.js index b7e4a03..fa03867 100644 --- a/components/cycle-day/symptom-edit-view.js +++ b/components/cycle-day/symptom-edit-view.js @@ -154,7 +154,7 @@ class SymptomEditView extends Component { shouldBoxGroup, shouldTabGroup } = this.state - const iconName = shouldShowInfo ? "chevron-down" : "chevron-up" + const iconName = shouldShowInfo ? 'chevron-up' : 'chevron-down' const noteText = symptom === 'note' ? data.value : data.note return (