diff --git a/src/components/SideNav.tsx b/src/components/SideNav.tsx index ffc09304..5c9fabdc 100644 --- a/src/components/SideNav.tsx +++ b/src/components/SideNav.tsx @@ -17,7 +17,7 @@ const SideNav: React.FC = ({ onClick }) => { return ( <> -

Basic

+

Lifecycle

{ROUTES_BY_CATEGORY.map(({ routes, title }, i) => (
{title &&

{title}

} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 0fce174e..102b2d72 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,7 +8,7 @@ import styles from "./index.module.css" import youTube from "../components/youtube.png" import { ROUTES, ROUTES_BY_CATEGORY, TRANSLATIONS } from "../nav" -const UPDATES = ["2023/10/18 - Initial V4 Snippets"] +const UPDATES = ["2023/11/13 - Make snippets concise", "2023/10/18 - Initial V4 Snippets"] export default function HomePage() { const [query, setQuery] = useState("")