mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 22:45:00 +08:00
updated farcaster social link (#1096)
* updated farcaster social link * remove link utm
This commit is contained in:
committed by
GitHub
parent
5fb8e55677
commit
3c2353e6e3
@@ -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',
|
||||
},
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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' },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user