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 aea2245 commit 61fed8cCopy full SHA for 61fed8c
packages/thirdweb/src/react/web/ui/Bridge/StepRunner.tsx
@@ -322,7 +322,8 @@ export function StepRunner({
322
323
<Container flex="column" gap="3xs" style={{ flex: 1 }}>
324
<Text color="primaryText" size="sm">
325
- TEST
+ {request.onramp.slice(0, 1).toUpperCase() +
326
+ request.onramp.slice(1)}
327
</Text>
328
<Text color="secondaryText" size="xs">
329
{getStepStatusText(onrampStatus)}
0 commit comments