Skip to content

Commit

Permalink
Rename controls to interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone committed Jan 7, 2025
1 parent 3200644 commit 2d4ebb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/Layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const primaryNavItems: NavItem[] = [
{ name: 'Log', icon: faClipboardList, path: '/log' },
{ name: 'Cloud', icon: faCloud, path: '/cloud', show: window.localStorage.getItem('show_companion_cloud') === '1' },
{
name: 'Controls',
name: 'Interactive',
icon: faGamepad,
dropdown: [
{ name: 'Emulator', path: '/emulators', target: '_new' },
Expand Down

0 comments on commit 2d4ebb6

Please sign in to comment.