diff --git a/client/src/components/CustomMarkdown.tsx b/client/src/components/CustomMarkdown.tsx index 1197b36..5b18110 100644 --- a/client/src/components/CustomMarkdown.tsx +++ b/client/src/components/CustomMarkdown.tsx @@ -60,7 +60,7 @@ const CustomMarkdown: React.FC = ({ content }) => { component: Link, props: { mb: 2, textDecorationLine: "underline" }, }, - img: { component: Image, props: { mb: 4, loading: "lazy" } }, + img: { component: Image, props: { mb: 4 } }, pre: { component: MarkdownPre, props: { mb: 4 }, diff --git a/client/src/components/Navbar.tsx b/client/src/components/Navbar.tsx index 9e76fb6..940b371 100644 --- a/client/src/components/Navbar.tsx +++ b/client/src/components/Navbar.tsx @@ -7,17 +7,7 @@ const Navbar: React.FC = () => { const { colorMode, toggleColorMode } = useColorMode(); return ( - + diff --git a/client/src/components/generate/CategoryFilter.tsx b/client/src/components/generate/CategoryFilter.tsx index 5f83e4a..e2fbf42 100644 --- a/client/src/components/generate/CategoryFilter.tsx +++ b/client/src/components/generate/CategoryFilter.tsx @@ -11,7 +11,7 @@ const CategoryFilter: React.FC = ({ categories, onCategoryC Category: - onCategoryChange(e.target.value)}> {categories.map((category) => (