summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/posts-list.fixture.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-05-24 16:44:29 +0200
committerArmand Philippot <git@armandphilippot.com>2022-05-24 16:44:29 +0200
commit1e982fb02a9967e0efdc76c93a44798a9f2dcb43 (patch)
treeb9a526ade81feee20cf18404e2a7053ccff6c999 /src/components/organisms/layout/posts-list.fixture.tsx
parentc347190a4307c172d15dac156da86567098035f6 (diff)
chore: add a search form when posts list prints no results
Diffstat (limited to 'src/components/organisms/layout/posts-list.fixture.tsx')
-rw-r--r--src/components/organisms/layout/posts-list.fixture.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/organisms/layout/posts-list.fixture.tsx b/src/components/organisms/layout/posts-list.fixture.tsx
index e3f2378..97a746f 100644
--- a/src/components/organisms/layout/posts-list.fixture.tsx
+++ b/src/components/organisms/layout/posts-list.fixture.tsx
@@ -59,3 +59,5 @@ export const posts: Post[] = [
url: '#',
},
];
+
+export const searchPage = '#';