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 8f1be43 commit 8429d8e
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 $key => $allowed_value) {
if ($allowed_value['label'] === 'Dark') {
$allowed_values[$key]['label'] = 'Reverse blocked text';
} elseif ($allowed_value['label'] === 'Light') {
}
elseif ($allowed_value['label'] === 'Light') {
$allowed_values[$key]['label'] = 'Default';
}
}
Expand Down

0 comments on commit 8429d8e

Please sign in to comment.