mirror of https://github.com/jetkvm/kvm.git
fix(ui): Update appearance settings section header and description
This commit is contained in:
parent
8ac18a92a6
commit
8669e70bb8
|
@ -29,8 +29,8 @@ export default function SettingsAppearanceRoute() {
|
||||||
return (
|
return (
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<SectionHeader
|
<SectionHeader
|
||||||
title="Hardware"
|
title="Appearance"
|
||||||
description="Configure display settings and hardware options for your JetKVM device"
|
description="Customize the look and feel of your JetKVM interface"
|
||||||
/>
|
/>
|
||||||
<SettingsItem title="Theme" description="Choose your preferred color theme">
|
<SettingsItem title="Theme" description="Choose your preferred color theme">
|
||||||
<SelectMenuBasic
|
<SelectMenuBasic
|
||||||
|
|
Loading…
Reference in New Issue