mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-03 12:47:13 -06:00
28 lines
452 B
Plaintext
28 lines
452 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`about app should render correctly 1`] = `
|
|
<div
|
|
className="AboutApp"
|
|
>
|
|
<img
|
|
className="AboutApp-logo"
|
|
src="../assets/symphony-logo.png"
|
|
/>
|
|
<span
|
|
className="AboutApp-name"
|
|
>
|
|
Symphony
|
|
</span>
|
|
<span
|
|
className="AboutApp-versionText"
|
|
>
|
|
Version 0-N/A ()
|
|
</span>
|
|
<span
|
|
className="AboutApp-copyrightText"
|
|
>
|
|
Copyright © 2019 Symphony
|
|
</span>
|
|
</div>
|
|
`;
|