diff --git a/app/protocols/page.tsx b/app/protocols/page.tsx index d708ecc..6356889 100644 --- a/app/protocols/page.tsx +++ b/app/protocols/page.tsx @@ -93,35 +93,22 @@ export default function ProtocolsPage() {
+- -
-
- {description.split("\n").map((item, key) => {
+ {description.split("\n").map((item, idx) => {
return (
-
+
{item}
- )
- })}
+ )
+ })}
+
+