updated farcaster social link (#1096)

* updated farcaster social link

* remove link utm
This commit is contained in:
Brendan from DeFi
2024-10-21 12:05:15 -07:00
committed by GitHub
parent 5fb8e55677
commit 3c2353e6e3
5 changed files with 5 additions and 5 deletions

View File

@@ -284,7 +284,7 @@ const config = {
icon: 'farcaster',
type: 'custom-dropdownLink',
target: '_blank',
to: 'https://warpcast.com/~/channel/base',
to: 'https://warpcast.com/base',
eventLabel: 'socials_farcaster',
eventContext: 'navbar',
},

View File

@@ -159,7 +159,7 @@ function DesktopNav({ color }: DesktopNavProps) {
</Dropdown>
<Dropdown label="Socials" className="align-text-bottom" color={color}>
<IconLink
href="https://warpcast.com/~/channel/base"
href="https://warpcast.com/base"
icon="farcaster"
label="Farcaster"
color={color}

View File

@@ -215,7 +215,7 @@ function MobileMenu({ color }: MobileMenuProps) {
<div className="flex flex-row justify-between gap-4 justify-self-end pb-8">
<a
href="https://warpcast.com/~/channel/base"
href="https://warpcast.com/base"
target="_blank"
rel="noreferrer noopener"
title="Join us on Farcaster"

View File

@@ -11,7 +11,7 @@ export async function GetConnected() {
<div className="flex flex-row gap-4 lg:h-full lg:items-center lg:gap-8">
<GetConnectedButton
iconName="farcaster"
href="https://warpcast.com/~/channel/base"
href="https://warpcast.com/base"
eventName="farcaster"
title="Join us on Warpcast"
aria-label="Join us on Warpcast"

View File

@@ -84,7 +84,7 @@ const links: TopNavigationLink[] = [
href: '#socials',
subItems: [
{ name: 'X', href: 'https://x.com/base' },
{ name: 'Farcaster', href: 'https://warpcast.com/~/channel/base' },
{ name: 'Farcaster', href: 'https://warpcast.com/base' },
{ name: 'Github', href: 'https://github.com/base-org' },
{ name: 'Discord', href: 'https://discord.com/invite/buildonbase' },
],