Skip to content

Commit fb20185

Browse files
authored
Update StablecoinsTable.tsx
1 parent 935be86 commit fb20185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StablecoinsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const StablecoinsTable = ({
5353
))}
5454

5555
{content && content[0]?.url && (
56-
<TableHead className="border-b border-white p-5 text-right text-md font-normal">
56+
<TableHead className="p-5 text-right text-md font-normal">
5757
<span className="inline-block" style={{ transform: flipForRtl }}>
5858
5959
</span>

0 commit comments

Comments
 (0)