mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
Update mobile and desktop navigation links to include Patreon campaign tracking parameters
This commit is contained in:
parent
e79127610f
commit
d30480c9cd
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ export function MobileNav() {
|
|||
Source Code
|
||||
</MobileLink>
|
||||
<MobileLink
|
||||
href="https://patreon.com/zen_browser"
|
||||
href="https://patreon.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink"
|
||||
onOpenChange={setOpen}
|
||||
>
|
||||
Donate {"<"}3
|
||||
|
|
|
@ -76,7 +76,7 @@ export function Navigation() {
|
|||
</NavigationMenuContent>
|
||||
</NavigationMenuItem>
|
||||
<NavigationMenuItem>
|
||||
<Link target="_blank" href="https://patreon.com/zen_browser" legacyBehavior passHref className="opacity-70 cursor-not-allowed">
|
||||
<Link target="_blank" href="https://patreon.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink" legacyBehavior passHref className="opacity-70 cursor-not-allowed">
|
||||
<NavigationMenuLink className={navigationMenuTriggerStyle()}>
|
||||
<HeartIcon size={16} />
|
||||
<span className="ml-2">Donate</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue