Skip to content

Commit

Permalink
Remove 4.0 banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Mar 5, 2025
1 parent ee768e1 commit 8151cf3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/theme/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof NavbarType>;

export default function NavbarWrapper(props: Props): JSX.Element {
return (
<>
<p className={styles.header}>
<Link to="/blog/uppy-4.0">
Uppy 4.0 is here: TypeScript rewrite, Google Photos, React hooks, and
much more.
</Link>
</p>
<Navbar {...props} />
</>
);
Expand Down

0 comments on commit 8151cf3

Please sign in to comment.