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:
parent
3ce8f340fd
commit
f5f9f06e6e
@ -154,7 +154,7 @@ function PresentationForm({
|
|||||||
>
|
>
|
||||||
<div className="mb-6">
|
<div className="mb-6">
|
||||||
<h2 className="text-2xl font-bold mb-2 text-neon-cyan font-mono">
|
<h2 className="text-2xl font-bold mb-2 text-neon-cyan font-mono">
|
||||||
{t('presentation.title')} - {userName}
|
{userName}
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-cyber-accent text-sm">
|
<p className="text-cyber-accent text-sm">
|
||||||
{t('presentation.description')}
|
{t('presentation.description')}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user