Skip to content

Commit

Permalink
use the regular DocItem for the horizon providers page (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend authored Mar 29, 2024
1 parent d1ef2cd commit 4ca4cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/ApiItem/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
Expand Down

0 comments on commit 4ca4cb7

Please sign in to comment.