Add Support & Social module to dashboard sidebar

This commit is contained in:
2026-01-05 21:11:55 +01:00
parent 7d8d050db0
commit c84492cd7e
8 changed files with 419 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
import React from 'react';
import { OverlaySettings } from '@/lib/types';
import SupportModule from './SupportModule';
interface StyleControlsProps {
settings: OverlaySettings;
@@ -209,6 +210,8 @@ export default function StyleControls({ settings, updateSettings }: StyleControl
<span className="text-sm font-medium text-zinc-700 dark:text-zinc-300">7TV Emotes</span>
</label>
</div>
<SupportModule />
</div>
);
}