From c51b5d9a5f217f8aa59c4bdcb04eb3c87f5129b3 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 23 May 2022 19:32:42 +0200 Subject: fix: ensure all topics/thematics have the base url --- src/components/organisms/layout/posts-list.fixture.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/organisms/layout/posts-list.fixture.tsx') diff --git a/src/components/organisms/layout/posts-list.fixture.tsx b/src/components/organisms/layout/posts-list.fixture.tsx index b0afdf8..e3f2378 100644 --- a/src/components/organisms/layout/posts-list.fixture.tsx +++ b/src/components/organisms/layout/posts-list.fixture.tsx @@ -25,8 +25,8 @@ export const posts: Post[] = [ dates: { publication: '2022-02-26' }, wordsCount: introPost1.split(' ').length, thematics: [ - { id: 1, name: 'Cat 1', slug: '#' }, - { id: 2, name: 'Cat 2', slug: '#' }, + { id: 1, name: 'Cat 1', url: '#' }, + { id: 2, name: 'Cat 2', url: '#' }, ], commentsCount: 1, }, @@ -39,7 +39,7 @@ export const posts: Post[] = [ meta: { dates: { publication: '2022-02-20' }, wordsCount: introPost2.split(' ').length, - thematics: [{ id: 2, name: 'Cat 2', slug: '#' }], + thematics: [{ id: 2, name: 'Cat 2', url: '#' }], commentsCount: 0, }, title: 'Debitis laudantium laudantium', @@ -52,7 +52,7 @@ export const posts: Post[] = [ cover, dates: { publication: '2021-12-20' }, wordsCount: introPost3.split(' ').length, - thematics: [{ id: 1, name: 'Cat 1', slug: '#' }], + thematics: [{ id: 1, name: 'Cat 1', url: '#' }], commentsCount: 3, }, title: 'Quaerat ut corporis', -- cgit v1.2.3