Skip to content

Commit

Permalink
Merge pull request #123 from Financial-Times/CPREL-748
Browse files Browse the repository at this point in the history
CPREL-748: Add empty alt text to tracking pixel
  • Loading branch information
philsegal committed Sep 21, 2023
2 parents 0c2b66d + a547872 commit c536eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/components/CoreTracking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function CoreTracking({ appContext }) {
}}
/>
<noscript>
<img src={pixel + encodedTrackingData.replace(placeholder, 'no-js')} />
<img src={pixel + encodedTrackingData.replace(placeholder, 'no-js')} alt="" />
</noscript>
</React.Fragment>
);
Expand Down

0 comments on commit c536eea

Please sign in to comment.