From 8151cf3f2b79f4062fc36ceca18b9d5d586f895f Mon Sep 17 00:00:00 2001 From: Murderlon Date: Wed, 5 Mar 2025 14:27:28 +0100 Subject: [PATCH] Remove 4.0 banner --- src/theme/Navbar/index.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/theme/Navbar/index.tsx b/src/theme/Navbar/index.tsx index ad5204df4..d17d63277 100644 --- a/src/theme/Navbar/index.tsx +++ b/src/theme/Navbar/index.tsx @@ -2,21 +2,12 @@ import React from 'react'; import Navbar from '@theme-original/Navbar'; import type NavbarType from '@theme/Navbar'; import type { WrapperProps } from '@docusaurus/types'; -import Link from '@docusaurus/Link'; - -import styles from './index.module.css'; type Props = WrapperProps; export default function NavbarWrapper(props: Props): JSX.Element { return ( <> -

- - Uppy 4.0 is here: TypeScript rewrite, Google Photos, React hooks, and - much more. - -

);