diff --git a/src/components/ResourceTable.tsx b/src/components/ResourceTable.tsx index bbb804f..41b283c 100644 --- a/src/components/ResourceTable.tsx +++ b/src/components/ResourceTable.tsx @@ -1,11 +1,12 @@ -import { PaymentType } from '@prisma/client'; -import { CurrencyDollarIcon, ArrowPathRoundedSquareIcon } from '@heroicons/react/24/solid' -import { ClipboardDocumentListIcon } from '@heroicons/react/24/outline' +import { type PaymentType } from '@prisma/client'; +import { CurrencyDollarIcon, ArrowPathRoundedSquareIcon } from '@heroicons/react/24/solid'; +import { ClipboardDocumentListIcon } from '@heroicons/react/24/outline'; import Image from 'next/image'; import Link from 'next/link'; const ResourceInfo = () => { const PriceIcons = ({type}: {type: PaymentType}) => { + return (
Apple and Android
-