From 93d7e7f9eea8c903a6b2cc2fbc480d7854bc8e3b Mon Sep 17 00:00:00 2001 From: ioanSL Date: Tue, 19 Mar 2024 10:16:50 +0200 Subject: [PATCH] Revert "Update strategyGuides based on window.EXCLUDE_FILES value" This reverts commit 076cf42721d1271b3d875ed3f52098cc1e2aab6a. --- src/pages/index.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 8d63090..1979dc2 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -56,7 +56,7 @@ export const dAppGuides = [ }, ] -export const strategyGuides = window.EXCLUDE_FILES === 'false' ? [ +export const strategyGuides = [ { title: 'LUSD Strategy', to: '/docs/concepts/strategies/lusd', @@ -72,12 +72,7 @@ export const strategyGuides = window.EXCLUDE_FILES === 'false' ? [ to: '/docs/concepts/strategies/liquidStaking', text: 'Learn how to stake ETH', } -] : [ - { - title: 'LUSD Strategy', - to: '/docs/concepts/strategies/lusd', - text: 'Learn how to borrow LUSD', - } + ] const IconWrapper = styled.div` @@ -245,11 +240,6 @@ export default function Home() { const {siteConfig} = useDocusaurusContext(); return ( - - -