Skip to content

Commit c2238ab

Browse files
authored
Update print statement from 'Hello' to 'Goodbye'
1 parent 76af7b3 commit c2238ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utils/theSystem.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function generateSVG(
261261
</clipPath>
262262
263263
<image
264-
href="https"
264+
href="data:image/png;base64,${image}"
265265
x="240"
266266
y="40"
267267
width="120"
@@ -430,3 +430,4 @@ function generateSVG(
430430

431431
module.exports = { generateErrorSVG, generateSVG }
432432

433+

0 commit comments

Comments
 (0)