Ellie Huxtable
2024-08-06 efed544df14c54ee8a0f81079e326a8bf2255fe3
quartz/components/MobileOnly.tsx
@@ -3,7 +3,7 @@
export default ((component?: QuartzComponent) => {
  if (component) {
    const Component = component
    function MobileOnly(props: QuartzComponentProps) {
    const MobileOnly: QuartzComponent = (props: QuartzComponentProps) => {
      return <Component displayClass="mobile-only" {...props} />
    }