Update Menu.client.tsx
This commit is contained in:
@@ -525,9 +525,9 @@ export const Menu = () => {
|
|||||||
</DialogRoot>
|
</DialogRoot>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center justify-between border-t border-gray-200 dark:border-gray-800 px-4 py-3">
|
<div className="flex items-center justify-between border-t border-gray-200 dark:border-gray-800 px-4 py-3">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-3">
|
||||||
<HelpButton onClick={() => window.open('https://stackblitz-labs.github.io/bolt.diy/', '_blank')} />
|
|
||||||
<SettingsButton onClick={handleSettingsClick} />
|
<SettingsButton onClick={handleSettingsClick} />
|
||||||
|
<HelpButton onClick={() => window.open('https://stackblitz-labs.github.io/bolt.diy/', '_blank')} />
|
||||||
</div>
|
</div>
|
||||||
<ThemeSwitch />
|
<ThemeSwitch />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user