Skip to content

Commit 41ac697

Browse files
committed
Revert unnecessary changes. MB.
1 parent 2469d6d commit 41ac697

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/render/src/App.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ onMount(() => {
391391
onclick={openCode}
392392
disabled={!Boolean(codeUrl)}
393393
title={Boolean(codeUrl) ? "" : "Only available for GitHub code"}
394-
>Open Code</button
394+
>Open Code</button
395395
>
396396
<button onclick={saveSVG}>Download SVG</button>
397397
</div>
@@ -440,7 +440,6 @@ onMount(() => {
440440
width: 100%;
441441
z-index: 1000;
442442
}
443-
444443
.controls {
445444
margin: 1em;
446445
}

0 commit comments

Comments
 (0)