feat: swap the position of ThemeToggle and SettingsDialog
This commit is contained in:
parent
a39844410c
commit
d0ed5772d7
|
|
@ -39,8 +39,8 @@ export default function HomePage() {
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<SettingsDialog />
|
|
||||||
<ThemeToggle />
|
<ThemeToggle />
|
||||||
|
<SettingsDialog />
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue