diff --git a/config/sync/block.block.footerright.yml b/config/sync/block.block.footerright.yml index 2833153415..73f61e4752 100644 --- a/config/sync/block.block.footerright.yml +++ b/config/sync/block.block.footerright.yml @@ -11,7 +11,7 @@ dependencies: id: footerright theme: nysenate_theme region: footer_right -weight: 0 +weight: -10 provider: null plugin: 'system_menu_block:footer-right' settings: diff --git a/config/sync/block.block.sitebranding.yml b/config/sync/block.block.sitebranding.yml index 8ddbd5c528..456ac143d9 100644 --- a/config/sync/block.block.sitebranding.yml +++ b/config/sync/block.block.sitebranding.yml @@ -9,7 +9,7 @@ dependencies: id: sitebranding theme: nysenate_theme region: footer_left -weight: 0 +weight: -10 provider: null plugin: system_branding_block settings: diff --git a/config/sync/block.block.socials.yml b/config/sync/block.block.socials.yml index c836cb5b66..c5dd42d756 100644 --- a/config/sync/block.block.socials.yml +++ b/config/sync/block.block.socials.yml @@ -10,8 +10,8 @@ dependencies: - nysenate_theme id: socials theme: nysenate_theme -region: footer_right -weight: 0 +region: footer_left +weight: -9 provider: null plugin: 'system_menu_block:socials' settings: diff --git a/web/modules/custom/nys_bill_vote/src/Form/BillVoteWidgetForm.php b/web/modules/custom/nys_bill_vote/src/Form/BillVoteWidgetForm.php index d4792eb96a..57296cb65d 100644 --- a/web/modules/custom/nys_bill_vote/src/Form/BillVoteWidgetForm.php +++ b/web/modules/custom/nys_bill_vote/src/Form/BillVoteWidgetForm.php @@ -316,7 +316,7 @@ public function addSubscriptionForm(&$form, FormStateInterface $form_state, $nod '#attributes' => ['class' => ['nys-bill-subscribe']], '#id' => 'edit-nys-bill-subscribe-container-' . $node_id, 'nys_bill_subscribe_title' => [ - '#markup' => '
BETA ⓘ
' . 'Get Status Alerts for ' . $ref_node->label() . '
', + '#markup' => '
' . 'Get Status Alerts for ' . $ref_node->label() . '
', ], ]; if (!$this->currentUser->isAuthenticated()) { diff --git a/web/themes/custom/nysenate_theme/src/patterns/components/bill-vote-widget/bill-vote-widget.scss b/web/themes/custom/nysenate_theme/src/patterns/components/bill-vote-widget/bill-vote-widget.scss index 80aaf246f3..0296927ca4 100644 --- a/web/themes/custom/nysenate_theme/src/patterns/components/bill-vote-widget/bill-vote-widget.scss +++ b/web/themes/custom/nysenate_theme/src/patterns/components/bill-vote-widget/bill-vote-widget.scss @@ -30,16 +30,6 @@ padding-bottom: 1em; color: $color-white; - .nys-bill-subscribe-beta { - padding: 0.5em; - text-align: center; - background-color: $yellow01 !important; - - a { - color: $color-white; - } - } - .nys-bill-subscribe-title { padding: 1em 2em; text-transform: uppercase; diff --git a/web/themes/custom/nysenate_theme/src/patterns/components/bill-vote-widget/bill-vote-widget.twig b/web/themes/custom/nysenate_theme/src/patterns/components/bill-vote-widget/bill-vote-widget.twig index 79ac9607f3..b2d96d4a34 100644 --- a/web/themes/custom/nysenate_theme/src/patterns/components/bill-vote-widget/bill-vote-widget.twig +++ b/web/themes/custom/nysenate_theme/src/patterns/components/bill-vote-widget/bill-vote-widget.twig @@ -6,8 +6,7 @@ id="nys-bill-vote-vote-widget-{{ node_id }}" accept-charset="UTF-8">
-
+

@@ -51,12 +50,6 @@ {% if has_sub %}