From 1f9bd0ffd950981bba5e99674ce45bddd5f12c7a Mon Sep 17 00:00:00 2001 From: lzhabo <52199564+lzhabo@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:31:21 +0000 Subject: [PATCH] fixed twitter link --- spark-frontend/src/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark-frontend/src/constants/index.ts b/spark-frontend/src/constants/index.ts index 4c6ebe5e..63eee78e 100644 --- a/spark-frontend/src/constants/index.ts +++ b/spark-frontend/src/constants/index.ts @@ -67,7 +67,7 @@ export const MENU_ITEMS: Array = [ { 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 {