Skip to content

Commit e9b0e5e

Browse files
committed
docs: switch main comment to JSDoc
1 parent 87fd0c2 commit e9b0e5e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

site/src/components/Spinner/Spinner.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/**
2-
* This component was inspired by
3-
* https://www.radix-ui.com/themes/docs/components/spinner and developed using
4-
* https://v0.dev/ help.
2+
* @file This component was inspired by Radix's Spinner component and developed
3+
* using help from Vercel's V0.
4+
*
5+
* @see {@link https://www.radix-ui.com/themes/docs/components/spinner}
6+
* @se {@link https://v0.dev/}
57
*/
68

79
import isChromatic from "chromatic/isChromatic";

0 commit comments

Comments
 (0)