Skip to content

Commit

Permalink
EP - fix dsfr class (#42)
Browse files Browse the repository at this point in the history
* fix DSFR alert

* fix margin dsfr

* delete pull request template

* fix indentation index.html
  • Loading branch information
rebeccadumazert authored Dec 12, 2023
1 parent 88f740f commit f03be2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 35 deletions.
21 changes: 0 additions & 21 deletions .github/PULL_REQUEST_TEMPLATE

This file was deleted.

20 changes: 7 additions & 13 deletions front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,23 @@
<title>Espace Partenaire</title>

<!-- DSFR -->
<link
rel="apple-touch-icon"
href="./public/dsfr/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
href="./public/dsfr/favicon/favicon.svg"
type="image/svg+xml"
/>
<link rel="apple-touch-icon" href="./dsfr/favicon/apple-touch-icon.png" />
<link rel="icon" href="./dsfr/favicon/favicon.svg" type="image/svg+xml" />
<link
rel="shortcut icon"
href="./public/dsfr/favicon/favicon.ico"
href="./dsfr/favicon/favicon.ico"
type="image/x-icon"
/>
<link
rel="manifest"
href="./public/dsfr/favicon/manifest.webmanifest"
href="./favicon/manifest.webmanifest"
crossorigin="use-credentials"
/>

<link rel="stylesheet" href="./public/dsfr/utility/icons/icons.min.css" />
<link rel="stylesheet" href="./public/dsfr/dsfr.min.css" />
<link rel="stylesheet" href="./dsfr/utility/icons/icons.min.css" />
<link rel="stylesheet" href="./dsfr/dsfr.min.css" />
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
Expand Down
2 changes: 1 addition & 1 deletion front/src/providers/details/ProviderDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function ProviderDetails() {
>
<div className="fr-container">
<Title1>Implémentation</Title1>
<div className="fr-container">
<div className="fr-container--fluid">
<div className="fr-grid-row fr-grid-row--gutters">
<CardInfos
title="Faites vos tests"
Expand Down

0 comments on commit f03be2e

Please sign in to comment.