Skip to content

Commit

Permalink
VACMS-18265 Fix social links on Benefit Hub landing pages (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays authored Jun 3, 2024
1 parent 5e44085 commit 139b33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/layouts/landing_page.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
class="vads-u-color--link-default vads-u-padding-right--0p5"></va-icon>
<va-link
disable-analytics
href="{{"http://{{ socialPlatform }}.com/{{ socialLink.value }}"}}"
href="http://{{ socialPlatform }}.com/{{ socialLink.value }}"
onclick="recordEvent({ 'event': 'nav-hub-rail', 'nav-path': 'Connect with us' });"
text="{{ fieldRelatedOffice.entity.fieldExternalLink.title }} {{ platform | formatSocialPlatform }}"
>
Expand Down

0 comments on commit 139b33e

Please sign in to comment.