Skip to content

Commit 10a26bb

Browse files
author
Julien Bouquillon
committed
fix
1 parent cc376e8 commit 10a26bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Quote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type QuoteProps = {
2020
image?: string;
2121
};
2222

23-
/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-stepper> */
23+
/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-quote> */
2424
export const Quote = memo(
2525
forwardRef<HTMLDivElement, QuoteProps>((props, ref) => {
2626
const { className, text, author, source, sourceUrl, image, ...rest } = props;

0 commit comments

Comments
 (0)