Skip to content

Commit

Permalink
fix: wording in header
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 committed Oct 23, 2024
1 parent a5f413f commit 8644bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/composants/adresse/VoieCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ export function VoieCard({ adresse, createSignalement }: VoieCardProps) {
Modifier le nom de la voie
</button>

<ListNumeros adresse={adresse} />

<button
type='button'
className='fr-btn'
onClick={() => createSignalement(Signalement.type.LOCATION_TO_CREATE, adresse)}
>
Ajouter un numéro manquant
</button>

<ListNumeros adresse={adresse} />
</Card>
)
}
2 changes: 1 addition & 1 deletion src/composants/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function Header({ customSource, toggleShowInfo }: HeaderProps) {
</p>
</a>
<p className='fr-header__service-tagline'>
Signaler un problème dans la Base Adresse Nationale
Contribuer à améliorer la Base Adresse Nationale
</p>
</div>
</div>
Expand Down

0 comments on commit 8644bec

Please sign in to comment.