feat: move developer buttons to dev options
Some checks failed
TrafficCue CI / check (push) Failing after 57s
TrafficCue CI / build (push) Successful in 50s

This commit is contained in:
Cfp
2025-08-11 09:39:48 +02:00
parent 04acffd996
commit a2064e8dbb
3 changed files with 45 additions and 23 deletions

View File

@ -22,7 +22,7 @@
<section>
<h2>About</h2>
<SettingsButton icon={CodeIcon} text="Developer Settings" disabled />
<SettingsButton icon={CodeIcon} text="Developer Settings" view="dev-options" />
<SettingsButton icon={InfoIcon} text="About" view="about" />
</section>
</div>