Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Dec 18, 2024
1 parent 9b1f2ce commit 3ab073f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/tide_landing_page/tide_landing_page.install
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ function tide_landing_page_update_10109() {
foreach ($allowed_values as $allowed_value) {
if ($allowed_value['label'] === 'Dark') {
$allowed_value['label'] = 'Reverse blocked text';
} else if ($allowed_value['label'] === 'Light') {
}
else if ($allowed_value['label'] === 'Light') {
$allowed_value['label'] = 'Default';
}
}
Expand Down

0 comments on commit 3ab073f

Please sign in to comment.