diff --git a/src/Tile.tsx b/src/Tile.tsx index 0af4caf7..9ce799b8 100644 --- a/src/Tile.tsx +++ b/src/Tile.tsx @@ -91,7 +91,7 @@ export const Tile = memo( imageAlt, imageWidth, imageHeight, - imageSvg = true, + imageSvg, orientation = "vertical", small = false, noBorder = false, diff --git a/stories/Tile.stories.tsx b/stories/Tile.stories.tsx index 0dade11b..fa6c550d 100644 --- a/stories/Tile.stories.tsx +++ b/stories/Tile.stories.tsx @@ -111,8 +111,9 @@ const { meta, getStory } = getStoryFactory({ } }, "imageSvg": { - "description": "Set to true if the image is a SVG.", - "defaultValue": true, + "description": + "Set to true if the image is type of SVG [Pictogramme DSFR](https://www.systeme-de-design.gouv.fr/fondamentaux/pictogramme/) compliant.", + "defaultValue": false, "control": { "type": "boolean" },