Skip to content

Commit

Permalink
feat: move dapps dropdown to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Sep 22, 2023
1 parent 6837efe commit 8848135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/layouts/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const Header = ({
gap: 1.5,
}}
>
<radix-dapps-dropdown></radix-dapps-dropdown>
<Select
value={networkId}
onChange={(_, value) => {
Expand All @@ -86,7 +87,6 @@ export const Header = ({
</Select>

<radix-connect-button></radix-connect-button>
<radix-dapps-dropdown></radix-dapps-dropdown>
</Box>
</Layout.Header>
)
Expand Down

0 comments on commit 8848135

Please sign in to comment.