From 6cc91c91cdc23c9d14b5929c5b16dca3c27dda43 Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Wed, 15 Mar 2023 21:07:09 -0500 Subject: [PATCH] basic table outline --- src/components/ResourceTable.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/components/ResourceTable.tsx b/src/components/ResourceTable.tsx index 4fc66a9..fe6036d 100644 --- a/src/components/ResourceTable.tsx +++ b/src/components/ResourceTable.tsx @@ -1,13 +1,14 @@ import { PaymentType } from '@prisma/client'; -import { CurrencyDollarIcon } from '@heroicons/react/24/solid' +import { CurrencyDollarIcon, ArrowPathRoundedSquareIcon } from '@heroicons/react/24/solid' import Image from 'next/image'; import Link from 'next/link'; const ResourceInfo = () => { const PriceIcons = ({type}: {type: PaymentType}) => { return ( -
- +
+ +
) } @@ -25,10 +26,12 @@ const ResourceInfo = () => {
-
-

Word Success

-

Apple and Android

- +
+
+

Word Success

+

Apple and Android

+ +
)