From b2424b25c56e9abee51406534fa2628d1786fec9 Mon Sep 17 00:00:00 2001 From: Call Delegation <106365423+calldelegation@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:30:41 -0400 Subject: [PATCH] remove --- src/config/constants.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/config/constants.ts b/src/config/constants.ts index ff28b0fd1..1a643f8d3 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -27,10 +27,6 @@ export const EXTERNAL_NAVIGATION_LINKS: LinkObject[] = [ name: "Sway Std Lib", link: "https://fuellabs.github.io/sway/master/std/", }, - { - name: "Sway Core", - link: "https://fuellabs.github.io/sway/master/core/", - }, { name: "Example Applications", link: "https://github.com/FuelLabs/sway-applications/", @@ -95,10 +91,6 @@ export const NAVIGATION: any[] = [ name: "Example Apps", link: "https://github.com/FuelLabs/sway-applications/", }, - { - name: "Sway Core", - link: "https://fuellabs.github.io/sway/master/core/", - }, { name: "Tooling", },