Skip to content

Commit 677077a

Browse files
committed
Complete waitpoint
1 parent 197dce3 commit 677077a

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.waitpoints.$waitpointFriendlyId.complete

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.waitpoints.$waitpointFriendlyId.complete/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ export function CompleteWaitpointForm({ waitpoint }: { waitpoint: FormWaitpoint
163163
</Form>
164164
<CodeBlock
165165
rowTitle={
166-
<div className="-ml-1 flex items-center gap-1 text-text-dimmed">
166+
<span className="-ml-1 flex items-center gap-1 text-text-dimmed">
167167
<InformationCircleIcon className="size-5 shrink-0 text-text-dimmed" />
168168
To complete this waitpoint in your code use:
169-
</div>
169+
</span>
170170
}
171171
code={`
172172
await wait.completeToken<YourType>(tokenId,

0 commit comments

Comments
 (0)