{"version":3,"file":"img-top-scalers-004-Cv_PavZu.js","sources":["../../../app/components/ui/typographies/MainTitle/index.tsx","../../../app/components/ui/tags/BaseTag/index.tsx","../../../app/components/ui/lists/BaseTagList/index.tsx","../../../app/components/ui/cards/EventCard/index.tsx","../../../app/components/ui/lists/EventCardList/index.tsx","../../../app/assets/img/img-top-commit-001.png","../../../app/assets/img/img-top-scalers-004.png"],"sourcesContent":["import { type ReactNode } from 'react'\nimport * as styles from './style.css'\n\ntype Props = {\n className?: string\n title: ReactNode\n titleTag?: keyof JSX.IntrinsicElements\n}\n\nexport const MainTitle = ({ className, title, titleTag }: Props) => {\n const Title = titleTag ?? 'h1'\n\n return (\n
{description}
\n