-
{item.text.length > 80 ? item.text.slice(0, 80) + '...' : item.text}
-
{item.ipa ? (item.ipa.length > 160 ? item.ipa.slice(0, 160) + '...' : item.ipa) : ''}
+
+
+
{item.text}
+
{item.ipa}
-
-
+
+
);
}
@@ -62,8 +69,20 @@ export default function SaveList({
}
if (show) return (
diff --git a/src/config/images.ts b/src/config/images.ts
index 96ff5c6..a0ae453 100644
--- a/src/config/images.ts
+++ b/src/config/images.ts
@@ -13,6 +13,7 @@ const IMAGES = {
refresh: '/images/refresh_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg',
more_horiz: '/images/more_horiz_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg',
save: '/images/save_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg',
+ delete: '/images/delete_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg',
}
export default IMAGES;
\ No newline at end of file