mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
31 lines
498 B
Plaintext
31 lines
498 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"
|
|
>
|
|
<span>
|
|
You are sharing your screen on
|
|
<b>
|
|
|
|
Symphony
|
|
|
|
</b>
|
|
</span>
|
|
</span>
|
|
<span
|
|
className="buttons"
|
|
>
|
|
<button
|
|
className="stop-sharing-button"
|
|
onClick={[Function]}
|
|
>
|
|
Stop sharing
|
|
</button>
|
|
</span>
|
|
</div>
|
|
`;
|