fix(ui): Update appearance settings section header and description

This commit is contained in:
Adam Shiervani 2025-02-27 15:18:00 +01:00
parent 8ac18a92a6
commit 8669e70bb8
1 changed files with 2 additions and 2 deletions

View File

@ -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