Skip to content

Commit

Permalink
fixed twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhabo committed Mar 2, 2024
1 parent 25b67f4 commit 1f9bd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-frontend/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const MENU_ITEMS: Array<TMenuItem> = [
{ title: "FAUCET", route: ROUTES.FAUCET },
{ title: "DOCS", link: "https://docs.sprk.fi" },
{ title: "GITHUB", link: "https://github.com/compolabs/spark" },
{ title: "TWITTER", link: "https://twitter.com/Sprkf" },
{ title: "TWITTER", link: "https://twitter.com/Sprkfi" },
];

interface Network {
Expand Down

0 comments on commit 1f9bd0f

Please sign in to comment.