From 5cd30c9ab1330e4586506343362ee96de8ee0e1f Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Sat, 12 Oct 2024 19:24:41 +0200 Subject: [PATCH] (fix) pronoun group display for any pronouns with a group --- ...tegory.vue => ExampleCategoryListItem.vue} | 0 components/PronounGroup.vue | 13 +- pages/pronouns/any.vue | 168 +++++++++--------- pages/pronouns/pronoun.vue | 2 +- 4 files changed, 94 insertions(+), 89 deletions(-) rename components/{ExampleCategory.vue => ExampleCategoryListItem.vue} (100%) diff --git a/components/ExampleCategory.vue b/components/ExampleCategoryListItem.vue similarity index 100% rename from components/ExampleCategory.vue rename to components/ExampleCategoryListItem.vue diff --git a/components/PronounGroup.vue b/components/PronounGroup.vue index cbe13550b..1499762a6 100644 --- a/components/PronounGroup.vue +++ b/components/PronounGroup.vue @@ -1,9 +1,16 @@