From 989981ba11205f6cb21d17f4f8de90bd0ee38ad2 Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Thu, 9 Oct 2025 16:53:53 -0500 Subject: [PATCH] Add useBaseUrl to index.js file --- src/theme/Admonition/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/theme/Admonition/index.js b/src/theme/Admonition/index.js index 2b96cbcad4..69e417987e 100644 --- a/src/theme/Admonition/index.js +++ b/src/theme/Admonition/index.js @@ -3,6 +3,7 @@ import clsx from 'clsx'; import {ThemeClassNames} from '@docusaurus/theme-common'; import Translate from '@docusaurus/Translate'; import styles from './styles.module.css'; +import useBaseUrl from '@docusaurus/useBaseUrl'; function NoteIcon() { return ( @@ -55,7 +56,7 @@ function WarningIcon() { } function SumoIcon() { return ( - + ) } // eslint-disable-next-line @typescript-eslint/consistent-indexed-object-style