Skip to content

Commit 062ca50

Browse files
committed
fix: tiny uppercasing hotfix
1 parent b02d545 commit 062ca50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Offramp/Success.view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const OfframpSuccessView = ({
6161
<Icon name={'bank'} className="h-4 fill-gray-1" />
6262
<label className="font-bold">Bank account</label>
6363
</div>
64-
<span className="flex flex-row items-center justify-center gap-1 text-center text-sm font-normal leading-4">
64+
<span className="flex flex-row items-center justify-center gap-1 text-center text-sm font-normal uppercase leading-4">
6565
{offrampForm.recipient}
6666
</span>
6767
</div>

0 commit comments

Comments
 (0)