Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 committed Nov 28, 2024
1 parent 59e96ad commit 7279dad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/views/NewUserImport/Success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,10 @@ export const ImportOrCreatedSuccess = () => {
name: BRAND_ALIAN_TYPE_TEXT[hd] || hd,
})}
</span>
<RcIconExternalCC className="w-16 h-16" viewBox="0 0 16 17" />
<RcIconExternalCC
className="w-[18px] h-[18px]"
viewBox="0 0 16 17"
/>
</div>
</Button>
)}
Expand Down

0 comments on commit 7279dad

Please sign in to comment.