+
diff --git a/app/components/About/LogoList.vue b/app/components/About/LogoList.vue
index c6da68bc4..9cc8c4182 100644
--- a/app/components/About/LogoList.vue
+++ b/app/components/About/LogoList.vue
@@ -2,6 +2,7 @@
type BaseItem = {
name: string
url: string
+ normalisingIndent?: string
logo:
| string
| {
@@ -21,14 +22,15 @@ const props = defineProps<{
-