Skip to content

Commit

Permalink
Merge pull request #3 from novuhq/justnems-utm-update
Browse files Browse the repository at this point in the history
chore: add utm, rename image filepath
  • Loading branch information
justnems authored Aug 8, 2024
2 parents 0febb2a + fe112ae commit ae92a57
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/pages/sub-category/mobile/mobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Mobile = ({
</a>
<div className="lg:-translate-y-10 sm:-mx-[45px]">
<img
src="/images/mobile.svg"
src="/images/mobile-1.svg"
loading="eager"
className="translate absolute top-[40px] bottom-0 left-1/2 w-[478px] -translate-x-1/2"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/footer/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Footer = () => (
</a>
<p className="text-sm text-gray-8">
Sponsored by{' '}
<a href="https://novu.co" className="text-white">
<a href="https://novu.co?utm_campaign=noti-dir" className="text-white">
Novu
</a>
<br />
Expand Down
2 changes: 1 addition & 1 deletion src/constants/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
to: '/',
},
novu: {
to: 'https://novu.co/?utm=notificationsDirectory',
to: 'https://novu.co/?utm_campaign=not-dir',
},
// Social
discord: {
Expand Down

0 comments on commit ae92a57

Please sign in to comment.