design: hide live accent switcher from landing page (commented out)
This commit is contained in:
@@ -12,7 +12,8 @@ export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<NewSite />
|
||||
<AccentSwitcher />
|
||||
{/* Uncomment to toggle live colors in dev mode:
|
||||
<AccentSwitcher /> */}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user