File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ html, body {
527527 .no-document-icon {
528528 height : 125px ;
529529 width : 200px ;
530- background : url (/images/no_document .svg);
530+ background : url (/logo .svg);
531531 background-size : contain;
532532 background-repeat : no-repeat;
533533 background-position : center;
@@ -842,4 +842,4 @@ html, body {
842842.scrollbar ::-webkit-scrollbar-thumb {
843843 background-color : # ffffff1c ;
844844 border-radius : 50px ;
845- }
845+ }
Original file line number Diff line number Diff line change 186186 {#if ! IDS .Module .activeDocument }
187187 < div class = " no-document" >
188188 < div class = " no-document-icon" >< / div>
189- < h2> Get Started< / h2>
190- < p> Create or open an existing IDS document .< / p>
191- < button class = " btn" onclick= {() => IDS .createDocument ()}> Create IDS document < / button>
192- < button class = " btn" onclick= {() => IDS .openDocument ()}> Import IDS file< / button>
189+ < button class = " btn" onclick= {() => IDS .createDocument ()}> New IDS < / button>
190+ < button class = " btn" onclick= {() => IDS .openDocument ()}> Open IDS < / button>
193191 < / div>
194192 {: else }
195193 <!-- Editor/ Viewer Toggle -->
234232 < AppRibbon / >
235233< / div>
236234
237- < Toaster position= " top-center" / >
235+ < Toaster position= " top-center" / >
You can’t perform that action at this time.
0 commit comments