Skip to content

Commit 4027722

Browse files
committed
Use type=button for website link
1 parent f692652 commit 4027722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/builder/app/builder/features/topbar/domains.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ const DomainItem = (props: {
329329

330330
<Tooltip content={`Proceed to ${props.projectDomain.domain}`}>
331331
<IconButton
332+
type="button"
332333
tabIndex={-1}
333334
disabled={status !== "VERIFIED_ACTIVE"}
334335
onClick={(event) => {

0 commit comments

Comments
 (0)