diff --git a/data/at_resources.csv b/data/at_resources.csv
index ab4fadb..2ba2c64 100644
--- a/data/at_resources.csv
+++ b/data/at_resources.csv
@@ -1,5 +1,5 @@
Name,Icon,Platforms,Ages,Skills,Skill Level,Manufacturer,Payment Type,Download Link,Description
-Word Success,/resource_logos/word_success.png,APP_IOS;APP_ANDROID,10-100,WORDS;SENTENCES;MUSIC,BEGINNER;INTERMEDIATE,"Advanced Bionics, LLC",SUBSCRIPTION_WEEKLY,,"App with four different exercises that range from selecting the spoken word alone, in a senter (either in first, medial, or last position), and with or without background noise."
+Word Success,/resource_logos/word_success.png,APP_IOS;APP_ANDROID,10-100,WORDS;SENTENCES;MUSIC,BEGINNER;INTERMEDIATE,Advanced Bionics LLC,SUBSCRIPTION_WEEKLY,,App with four different exercises that range from selecting the spoken word alone, in a senter (either in first, medial, or last position), and with or without background noise."
AB Listening Adventures,,APP_IOS,0-10,WORDS;SENTENCES;DISCOURSE,BEGINNER;INTERMEDIATE,n/a,FREE,,N/A
Adult CI Home-Based AT,,PDF,10-100,PHONEMES;WORDS,BEGINNER;INTERMEDIATE;ADVANCED,n/a,FREE,,N/A
Amptify,,WEBSITE,10-100,PHONEMES;WORDS,BEGINNER;INTERMEDIATE;ADVANCED,n/a,SUBSCRIPTION_WEEKLY,,testing
diff --git a/src/components/ResourceTable.tsx b/src/components/ResourceTable.tsx
index aa1b349..2382e73 100644
--- a/src/components/ResourceTable.tsx
+++ b/src/components/ResourceTable.tsx
@@ -1,108 +1,133 @@
-import { type PaymentType } from '@prisma/client';
+import { type Platform, type PaymentType, type AuditoryResource, type Skill, type SkillLevel } from '@prisma/client';
import { CurrencyDollarIcon, ArrowPathRoundedSquareIcon } from '@heroicons/react/24/solid';
-import { ClipboardDocumentListIcon, ChevronDownIcon } from '@heroicons/react/24/outline';
+import { ClipboardDocumentListIcon } from '@heroicons/react/24/outline';
import Image from 'next/image';
import Link from 'next/link';
+import { translateEnumPlatform } from '~/utils/enumWordLut';
-const ResourceInfo = () => {
- const PriceIcons = ({type}: {type: PaymentType}) => {
-
+const ResourceEntry = ({resource}: {resource: AuditoryResource}) => {
+ const ResourceInfo = ({resource}: {resource: AuditoryResource}) => {
+ const PriceIcons = ({type}: {type: PaymentType}) => {
+
+ return (
+
App with four different exercises that range from selecting the spoken word alone, in a senter (either in first, medial, or last position), and with or without background noise.