Xinyang Yu
2024-03-24 85a737b4ee72fb4dba12e1aacbd87d1636cfc30e
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} />
    }