docs(site): carte feature « créer un projet »

This commit is contained in:
2026-06-23 18:52:39 +02:00
parent 7fc1f6f747
commit 529c136199
3 changed files with 11 additions and 0 deletions

View File

@@ -78,6 +78,13 @@ const { t } = useI18n();
</template>
{{ t('feat9Desc') }}
</FeatureCard>
<FeatureCard :title="t('feat10Title')">
<template #icon>
<svg width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 10v6" /><path d="M9 13h6" /><path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" /></svg>
</template>
{{ t('feat10Desc') }}
</FeatureCard>
</div>
</section>
</template>