diff --git a/front/client/components/CategoryItem.vue b/front/client/components/CategoryItem.vue index 6ef61b8..c1f9cad 100644 --- a/front/client/components/CategoryItem.vue +++ b/front/client/components/CategoryItem.vue @@ -35,7 +35,7 @@

Ecosystem

-
+

Notes

@@ -60,7 +60,7 @@ :href="`#${value.slug}`" @click="expandNotes" > -

{{value.content.html}}

+

{{value.constent.html}}

@@ -73,6 +73,7 @@ v-html="notes" /> +
@@ -80,12 +81,14 @@