Nazara/nazara/apps/web/components/typography/inline-code.tsx
2025-02-08 15:24:20 -08:00

8 lines
211 B
TypeScript

export function TypographyInlineCode() {
return (
<code className="relative rounded bg-muted px-[0.3rem] py-[0.2rem] font-mono text-sm font-semibold">
@radix-ui/react-alert-dialog
</code>
);
}