We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af44cda commit 91008ceCopy full SHA for 91008ce
src/app/[locale]/case/[disputeId]/components/Evidence.tsx
@@ -46,11 +46,8 @@ const Evidence: React.FC<IEvidence> = async ({ evidenceGroupId }) => {
46
<div className="flex items-start justify-between mb-4 gap-4 flex-wrap">
47
<div className="flex flex-col gap-2 items-start">
48
<h4 className="text-lg font-semibold" dir="auto">
49
- #{i + 1} {evidence.name}
50
- </h4>
51
- <p className="text-primary-text text-base" dir="auto">
52
{evidence.description}
53
- </p>
+ </h4>
54
</div>
55
56
{isIpfsPath ? (
0 commit comments