feat: swap the position of ThemeToggle and SettingsDialog

This commit is contained in:
Li Xin 2025-04-23 21:17:16 +08:00
parent a39844410c
commit d0ed5772d7
1 changed files with 1 additions and 1 deletions

View File

@ -39,8 +39,8 @@ export default function HomePage() {
</Link> </Link>
</Button> </Button>
</Tooltip> </Tooltip>
<SettingsDialog />
<ThemeToggle /> <ThemeToggle />
<SettingsDialog />
</div> </div>
</header> </header>
<div <div