Remove 'Créer votre article de présentation -' from form title

- Keep only user name in presentation form title
- Description remains below the title
This commit is contained in:
Nicolas Cantu 2025-12-28 00:01:31 +01:00
parent 3ce8f340fd
commit f5f9f06e6e

View File

@ -154,7 +154,7 @@ function PresentationForm({
>
<div className="mb-6">
<h2 className="text-2xl font-bold mb-2 text-neon-cyan font-mono">
{t('presentation.title')} - {userName}
{userName}
</h2>
<p className="text-cyber-accent text-sm">
{t('presentation.description')}