Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: stories
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr authored Mar 11, 2022
1 parent 4ffdd53 commit 474fd20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/stats/tile.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ const Template: ComponentStory<typeof StatsTile> = args => (
export const Default = Template.bind({});
Default.args = {
title: "Nombre de visites",
stats: "1.000.000",
description: "C'est le nombre d'utilisateur unique ayant visité le site",
stats: "1.000.000"
};

export const WithDescription = Template.bind({});
Expand Down

0 comments on commit 474fd20

Please sign in to comment.