mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
34 lines
567 B
Plaintext
34 lines
567 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`screen sharing indicator should render correctly 1`] = `
|
|
<div
|
|
className="ScreenSharingIndicator mac"
|
|
>
|
|
<span
|
|
className="drag-area"
|
|
/>
|
|
<span
|
|
className="text-label"
|
|
>
|
|
You are sharing your screen on Symphony
|
|
</span>
|
|
<span
|
|
className="buttons"
|
|
>
|
|
<a
|
|
className="hide-button"
|
|
href="#"
|
|
onClick={[Function]}
|
|
>
|
|
Hide
|
|
</a>
|
|
<button
|
|
className="stop-sharing-button"
|
|
onClick={[Function]}
|
|
>
|
|
Stop sharing
|
|
</button>
|
|
</span>
|
|
</div>
|
|
`;
|