File tree Expand file tree Collapse file tree
apps/website/src/components/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,18 @@ import {
1212 TagIcon ,
1313} from "lucide-react" ;
1414
15+ import {
16+ Shiki ,
17+ SugarHigh ,
18+ React ,
19+ RadixUI ,
20+ BaseUI ,
21+ Motion ,
22+ } from "@/components/ui/svgs" ;
23+
1524import { cn } from "@/utils/cn" ;
1625import { Badge , badgeVariants } from "@/components/ui/badge" ;
1726import { ExternalLink } from "@/components/ui/external-link" ;
18- import { Shiki , SugarHigh , React } from "@/components/ui/svgs" ;
19- import { RadixUI } from "../ui/svgs/radix-ui" ;
20- import { BaseUI } from "../ui/svgs/base-ui" ;
2127
2228const categorySvgs = [
2329 {
@@ -65,6 +71,11 @@ const categorySvgs = [
6571 icon : BaseUI ,
6672 url : "https://base-ui.com/" ,
6773 } ,
74+ {
75+ name : "Motion" ,
76+ icon : Motion ,
77+ url : "https://motion.dev/" ,
78+ } ,
6879 {
6980 name : "Blocks" ,
7081 icon : BoxIcon ,
You can’t perform that action at this time.
0 commit comments