-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b07c011
commit 8f32d46
Showing
1 changed file
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 { | ||
|
@@ -127,8 +125,7 @@ function BaseUsages() { | |
margin: 40px auto; | ||
display: flex; | ||
justify-content: center; | ||
} | ||
} | ||
`}</style> | ||
</div> | ||
</Page> | ||
|