Skip to content

Commit

Permalink
Update base-usages.js
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne0101 committed Nov 6, 2023
1 parent 4a149c3 commit b258cc9
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions pages/donnees-nationales/base-usages.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Head from '@/components/head'
import Section from '@/components/section'
import SectionText from '@/components/section-text'
import AppCard from '@/components/donnees-nationales/app-card'
import Link from 'next/link'
import ButtonLink from '@/components/button-link'

import appsDataSource from '@/data/partners/usecases-ban.json'
Expand Down Expand Up @@ -88,17 +87,16 @@ function BaseUsages() {
{filteredApps.map(appDescription => <AppCard key={appDescription.id_application} {...appDescription} />)}
</div>
<Section title='Vous utilisez la Base Adresse Nationale ?'>
<SectionText>
<p>Faites nous part de votre usage et faites apparaître votre application sur cette page</p>
</SectionText>
<SectionText>
<p>Faites nous part de votre usage et faites apparaître votre application sur cette page</p>
</SectionText>

<div className='centered'>
<ButtonLink href='mailto:[email protected]?subject=Ajout d‘un cas d‘usage - Base Adresse Nationale'>
Ajoutez votre application
</ButtonLink>
</div>

</Section>
<div className='centered'>
<ButtonLink href='mailto:[email protected]?subject=Ajout d‘un cas d‘usage - Base Adresse Nationale'>
Ajoutez votre application
</ButtonLink>
</div>
</Section>

<style jsx>{`
.container {
Expand Down Expand Up @@ -127,8 +125,7 @@ function BaseUsages() {
margin: 40px auto;
display: flex;
justify-content: center;
}
}
`}</style>
</div>
</Page>
Expand Down

0 comments on commit b258cc9

Please sign in to comment.