From fc0f27ff6ccf25e8439ed2a1091a81adc0588a13 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Thu, 28 Mar 2024 10:11:48 -0500 Subject: [PATCH] use the regular DocItem for the horizon providers page --- src/theme/ApiItem/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/ApiItem/index.js b/src/theme/ApiItem/index.js index e0fa24ac4..634f7aeaa 100644 --- a/src/theme/ApiItem/index.js +++ b/src/theme/ApiItem/index.js @@ -8,6 +8,7 @@ export default function ApiItemWrapper(props) { || props.location?.pathname?.startsWith('/network/hubble') || props.location?.pathname?.startsWith('/network/soroban-rpc') || props.location?.pathname?.startsWith('/network/core-node') + || props.location?.pathname === '/network/horizon/horizon-providers' ) { return ( <>