Skip to content

Commit

Permalink
fix: update Twitter URL to x.com format (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeypanin1994 authored Jan 7, 2025
1 parent 483fcda commit 87a032c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/footer/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import Logo from "../logo";
const socials = {
twitter: "https://twitter.com/axelar",
twitter: "https://x.com/axelar",
instagram: "https://t.me/axelarcommunity",
discord: "https://discord.com/invite/axelar",
facebook: "https://twitter.com/axelar",
facebook: "https://x.com/axelar",
};
const links = [
Expand Down Expand Up @@ -39,7 +39,7 @@ const links = [
items: [
{
title: "X (Twitter)",
href: "https://twitter.com/axelar",
href: "https://x.com/axelar",
},
{
title: "Discord",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ Check the [Axelarscan testnet scanner](https://testnet.axelarscan.io/) to see if

You have now programmatically linked custom tokens deployed on multiple chains as Interchain Token using Axelar’s Interchain Token Service and transfer it between two chains.

Great job making it this far! To show your support to the author of this tutorial, please post about your experience and tag [@axelarnetwork](https://twitter.com/axelarnetwork) on Twitter (X).
Great job making it this far! To show your support to the author of this tutorial, please post about your experience and tag [@axelarnetwork](https://x.com/axelarnetwork) on Twitter (X).

## What’s next

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ You can also import the new token into your own wallet with its contract address

You have now programmatically created a Canonical Interchain Token using Axelar’s Interchain Token Service and transferred it between two chains. You should now be able to confidently create and manage your own Interchain Tokens, opening up a wide range of possibilities for token transfers and asset bridges.

Great job making it this far! To show your support to the author of this tutorial, please post about your experience and tag [@axelarnetwork](https://twitter.com/axelarnetwork) on Twitter (X).
Great job making it this far! To show your support to the author of this tutorial, please post about your experience and tag [@axelarnetwork](https://x.com/axelarnetwork) on Twitter (X).

## What’s next

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ You can also import the new token into your own wallet with its contract address

You have now programmatically created a new interchain token called NIT using Axelar’s Interchain Token Service and transferred it between two chains. You should now be able to confidently create and manage your own Interchain Tokens, opening up a wide range of possibilities for token transfers and asset bridges.

Great job making it this far! To show your support to the author of this tutorial, please post about your experience and tag [@axelarnetwork](https://twitter.com/axelarnetwork) on Twitter (X).
Great job making it this far! To show your support to the author of this tutorial, please post about your experience and tag [@axelarnetwork](https://x.com/axelarnetwork) on Twitter (X).

## What’s next

Expand Down

0 comments on commit 87a032c

Please sign in to comment.