From 37289fcae183d3247bad26c62a3da41e439797b9 Mon Sep 17 00:00:00 2001 From: leo-gan Date: Fri, 3 May 2024 17:17:26 -0700 Subject: [PATCH] changes --- docs/src/theme/CodeBlock/index.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/src/theme/CodeBlock/index.js b/docs/src/theme/CodeBlock/index.js index 84da0b86ef5..63b1f334eab 100644 --- a/docs/src/theme/CodeBlock/index.js +++ b/docs/src/theme/CodeBlock/index.js @@ -16,18 +16,12 @@ function Imports({ imports }) { borderBottomRightRadius: "var(--ifm-code-border-radius)", }} > -

+ API Reference: -

- ); }