diff --git a/src/client/dd-hub-react/src/sections/document/view/doc-search-view.tsx b/src/client/dd-hub-react/src/sections/document/view/doc-search-view.tsx
index 9071021..cfab0fe 100644
--- a/src/client/dd-hub-react/src/sections/document/view/doc-search-view.tsx
+++ b/src/client/dd-hub-react/src/sections/document/view/doc-search-view.tsx
@@ -40,16 +40,25 @@ export function DocSearchView({ posts }: Props) {
}, []);
//#region example components
- //
- //
+ //
+ //
+ //
+ //
//#endregion
return (
@@ -70,30 +79,10 @@ export function DocSearchView({ posts }: Props) {
color="inherit"
startIcon={}
>
- New post
+ New filter
-
-
-
-
-
<>
{filters.map((filter, index) =>
(