diff --git a/app/components/About/GovernanceList.vue b/app/components/About/GovernanceList.vue new file mode 100644 index 0000000000..aa89b6559a --- /dev/null +++ b/app/components/About/GovernanceList.vue @@ -0,0 +1,61 @@ + + + diff --git a/app/components/About/LogoList.vue b/app/components/About/LogoList.vue index 8e9bd819fb..03945b705c 100644 --- a/app/components/About/LogoList.vue +++ b/app/components/About/LogoList.vue @@ -35,7 +35,7 @@ const props = defineProps<{ :href="item.url" target="_blank" rel="noopener noreferrer" - class="relative flex items-center justify-center h-16 rounded-md bg-bg-muted hover:bg-bg-subtle border border-border transition-colors py-1 px-3" + class="relative flex items-center justify-center h-16 rounded-md bg-bg-muted hover:bg-bg-subtle border border-border hover:border-border-hover transition-colors py-1 px-3" :style="{ paddingBlock: item.normalisingIndent }" :aria-label="item.name" > @@ -65,7 +65,7 @@ const props = defineProps<{ :href="groupItem.url" target="_blank" rel="noopener noreferrer" - class="relative flex items-center justify-center h-full aspect-square rounded-md hover:bg-bg-subtle border border-transparent hover:border-border transition-colors p-1.5" + class="relative flex items-center justify-center h-full aspect-square rounded-md hover:bg-bg-subtle border border-transparent hover:border-border-hover transition-colors p-1.5" :style="{ paddingBlock: groupItem.normalisingIndent }" :aria-label="groupItem.name" > diff --git a/app/pages/about.vue b/app/pages/about.vue index 5e898e23c7..2c6acac753 100644 --- a/app/pages/about.vue +++ b/app/pages/about.vue @@ -1,5 +1,4 @@ @@ -179,7 +174,7 @@ const roleLabels = computed( {{ $t('about.contributors.description') }}

- +
- + +
+ + +
+

+ {{ $t('about.team.maintainers') }} +

+ +
@@ -263,12 +228,12 @@ const roleLabels = computed(