()
| 42 | } |
| 43 | |
| 44 | export const RequiresShadcn = () => { |
| 45 | return ( |
| 46 | <Link |
| 47 | href="https://ui.shadcn.com/" |
| 48 | target="_blank" |
| 49 | rel="noopener noreferrer" |
| 50 | > |
| 51 | <div className="inline-flex h-6 items-center justify-center gap-1 rounded-full border border-gray-100 bg-black px-1"> |
| 52 | <Image |
| 53 | src="/images/shadcn.svg" |
| 54 | alt="Tailwind CSS" |
| 55 | width={18} |
| 56 | height={18} |
| 57 | /> |
| 58 | <div className="text-xs font-medium text-white">shadcn/ui</div> |
| 59 | </div> |
| 60 | </Link> |
| 61 | ) |
| 62 | } |
nothing calls this directly
no outgoing calls
no test coverage detected