From e007cefbcface4937a92e1c679c82b10e3afc669 Mon Sep 17 00:00:00 2001 From: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:29:29 +0100 Subject: [PATCH] Docs: Remove Hasuracon Banner PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10857 GitOrigin-RevId: 25316d7d0aeea13543486a18f1a8541ffc875172 --- docs/src/components/CustomDocItem/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/components/CustomDocItem/index.tsx b/docs/src/components/CustomDocItem/index.tsx index 1d7ac65373d..b4164c547d8 100644 --- a/docs/src/components/CustomDocItem/index.tsx +++ b/docs/src/components/CustomDocItem/index.tsx @@ -1,6 +1,5 @@ import React, { useEffect } from 'react'; import ActualDocItem from '@theme/DocItem'; -import HasuraConBanner from '@site/src/components/HasuraConBanner'; import GraphQLWithHasuraBanner from '@site/src/components/GraphQLWithHasuraBanner'; import CustomFooter from '@site/src/components/CustomFooter'; import styles from './styles.module.scss'; @@ -76,7 +75,6 @@ const CustomDocItem = props => { } > {/**/} - Loading...}> {() => }