mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
30 lines
497 B
Plaintext
30 lines
497 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
||
exports[`screen sharing indicator should render correctly 1`] = `
|
||
<div
|
||
className="ScreenSharingIndicator mac"
|
||
>
|
||
<span
|
||
className="text-label"
|
||
>
|
||
You are sharing your screen on
|
||
<span
|
||
className="text-label2"
|
||
>
|
||
|
||
Symphony
|
||
</span>
|
||
</span>
|
||
<span
|
||
className="buttons"
|
||
>
|
||
<button
|
||
className="stop-sharing-button"
|
||
onClick={[Function]}
|
||
>
|
||
Stop sharing
|
||
</button>
|
||
</span>
|
||
</div>
|
||
`;
|