mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
fix(print): Update logo
This commit is contained in:
parent
182b8fe37e
commit
bff232e892
2 changed files with 1 additions and 1 deletions
BIN
internal_packages/print/assets/nylas-print-logo@2x.png
Normal file
BIN
internal_packages/print/assets/nylas-print-logo@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
|
@ -12,7 +12,7 @@ export default class PrintWindow {
|
|||
// call window.print() after we've cleaned up the dom for printing
|
||||
const scriptPath = path.join(__dirname, '..', 'static', 'print.js');
|
||||
const stylesPath = path.join(__dirname, '..', 'static', 'print-styles.css');
|
||||
const imgPath = path.join(__dirname, '..', 'assets', 'nylas-print-logo.png');
|
||||
const imgPath = path.join(__dirname, '..', 'assets', 'nylas-print-logo@2x.png');
|
||||
const participantsHtml = participants.map((part) => {
|
||||
return (`<li class="participant"><span>${part.name} <${part.email}></span></li>`);
|
||||
}).join('');
|
||||
|
|
Loading…
Reference in a new issue