Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpt8 committed May 21, 2024
1 parent ae4819f commit cda4746
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default {
},
{
url: 'https://www.x.com/menulog',
name: 'X',
name: 'x',
alt: 'Menu Log on X (leads to external site)',
gtm: 'click_follow_twitter'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
},
{
url: 'https://www.x.com/JustEatUK',
name: 'X',
name: 'x',
alt: 'Just Eat on X (leads to external site)',
gtm: 'click_follow_twitter'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default {
},
{
url: 'https://www.x.com/JustEatIE',
name: 'X',
name: 'x',
alt: 'Just Eat on X (leads to external site)',
gtm: 'click_follow_twitter'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
},
{
url: 'https://www.x.com/Menulog',
name: 'X',
name: 'x',
alt: 'Menu Log on X (leads to external site)',
gtm: 'click_follow_twitter'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
},
{
url: 'https://www.x.com/JustEat_es',
name: 'X',
name: 'x',
alt: 'X',
gtm: 'click_follow_twitter'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
},
{
url: 'https://www.x.com/JustEat_it',
name: 'X',
name: 'x',
alt: 'X',
gtm: 'click_follow_twitter'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Desktop - f-footer component tests', () => {
{ icon: 'ios', expectedUrl: 'apple' },
{ icon: 'android', expectedUrl: 'google' },
{ icon: 'huawei', expectedUrl: 'appgallery' },
{ icon: 'X', expectedUrl: 'x.com' },
{ icon: 'x', expectedUrl: 'x.com' },
{ icon: 'facebook', expectedUrl: 'facebook.com' },
{ icon: 'youtube', expectedUrl: 'youtube.com' }
];
Expand Down

0 comments on commit cda4746

Please sign in to comment.