summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/summary.fixture.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout/summary.fixture.tsx')
-rw-r--r--src/components/organisms/layout/summary.fixture.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/organisms/layout/summary.fixture.tsx b/src/components/organisms/layout/summary.fixture.tsx
index fbc46a5..bb3ebcb 100644
--- a/src/components/organisms/layout/summary.fixture.tsx
+++ b/src/components/organisms/layout/summary.fixture.tsx
@@ -14,8 +14,8 @@ export const meta: SummaryMeta = {
dates: { publication: '2022-04-11' },
wordsCount: intro.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,
};