Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 60f4c5b3 authored by HGouttebroze's avatar HGouttebroze
Browse files

fix suggestions

parent 14cb6c13
No related branches found
No related tags found
2 merge requests!17Resolve "(doc) tree structure",!11Resolve "add Features on index"
Pipeline #2482 passed
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -60,7 +60,7 @@ function Feature({Svg, title, description}) { ...@@ -60,7 +60,7 @@ function Feature({Svg, title, description}) {
export default function HomepageFeatures() { export default function HomepageFeatures() {
return ( return (
<section className={styles.features}> <section className="sections">
<div id="features"> <div id="features">
{FeatureList.map((props, idx) => ( {FeatureList.map((props, idx) => (
<Feature key={idx} {...props} /> <Feature key={idx} {...props} />
......
...@@ -5,7 +5,6 @@ import styles from "./HomepagePromises.module.css"; ...@@ -5,7 +5,6 @@ import styles from "./HomepagePromises.module.css";
const PromiseList = [ const PromiseList = [
{ {
title: "Sûr", title: "Sûr",
// eslint-disable-next-line
Svg: require("../../static/img/bouclier.svg").default, Svg: require("../../static/img/bouclier.svg").default,
description: ( description: (
<> <>
...@@ -15,7 +14,6 @@ const PromiseList = [ ...@@ -15,7 +14,6 @@ const PromiseList = [
}, },
{ {
title: "Souverain", title: "Souverain",
// eslint-disable-next-line
Svg: require("../../static/img/rgpd.svg").default, Svg: require("../../static/img/rgpd.svg").default,
description: ( description: (
<> <>
...@@ -25,7 +23,6 @@ const PromiseList = [ ...@@ -25,7 +23,6 @@ const PromiseList = [
}, },
{ {
title: "Libre", title: "Libre",
// eslint-disable-next-line
Svg: require("../../static/img/liberte.svg").default, Svg: require("../../static/img/liberte.svg").default,
description: ( description: (
<> <>
......
/* stylelint-disable docusaurus/copyright-header */ /* stylelint-disable docusaurus/copyright-header */
.promises {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.promiseSvg { .promiseSvg {
height: 150px; height: 150px;
width: 150px; width: 150px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment