Add Support & Social module to dashboard sidebar
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user