mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* feat(toolbox) allow any toolbox button to be displayed as main fixes the previous behaviour where only a certain set of buttons were whitelisted for being displayed in the main toolbar * code review * code review - fix avatar icon position
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
import React from 'react';
|
|
|
|
export default () => <hr className = 'overflow-menu-hr' />;
|