Skip to content

Commit b3e256d

Browse files
authored
Merge pull request #16716 from ethereum/farcaster-rename
refactor: use farcaster.xyz domain
2 parents 3e32c7d + 8be2d49 commit b3e256d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/Content/ai-agents/AiAgentProductLists.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const AiAgentProductLists = ({ list }: { list: string }) => {
174174
"AI that can create a token for you by tagging it on farcaster",
175175
image: clanker,
176176
alt: "Clanker logo",
177-
link: "https://warpcast.com/clanker",
177+
link: "https://farcaster.xyz/clanker",
178178
},
179179
],
180180
}

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const socialLinks = [
2727
},
2828
{
2929
icon: Farcaster,
30-
href: "https://warpcast.com/ethdotorg",
30+
href: "https://farcaster.xyz/ethdotorg",
3131
ariaLabel: "Farcaster",
3232
},
3333
{

src/data/mocks/fetched10YearStories.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"name": "imrulo.eth ",
185185
"date": "26.4.",
186186
"country": "Serbia",
187-
"twitter": "https://warpcast.com/guinoki.eth ",
187+
"twitter": "https://farcaster.xyz/guinoki.eth ",
188188
"region": "Europe"
189189
},
190190
{

src/data/tenYearStories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const tenYearStories: Story[] = [
278278
name: "imrulo.eth ",
279279
date: "26.4.",
280280
country: "Serbia",
281-
twitter: "https://warpcast.com/guinoki.eth ",
281+
twitter: "https://farcaster.xyz/guinoki.eth ",
282282
region: "Europe",
283283
},
284284
{

0 commit comments

Comments
 (0)