Skip to content

Commit

Permalink
🚨 Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Jan 12, 2024
1 parent 0e67fb1 commit c047a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const FooterSection = ({
src={getAssetPath(
`/social-elements/v2/twitter-large-${intl.locale}.png`
)}
href={wrapUtm("https://twitter.com/likerland")}
href={wrapUtm('https://twitter.com/likerland')}
/>
<MjmlSocial
mode="horizontal"
Expand Down

0 comments on commit c047a6f

Please sign in to comment.