Skip to content

Commit 478f90c

Browse files
committed
Update IfcTester webapp to use IfcTester logo
1 parent a016f6e commit 478f90c

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed
Lines changed: 1 addition & 1 deletion
Loading

src/ifctester/webapp/src/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

src/ifctester/webapp/src/pages/Home/index.svelte

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,8 @@
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 -->
@@ -234,4 +232,4 @@
234232
<AppRibbon />
235233
</div>
236234
237-
<Toaster position="top-center" />
235+
<Toaster position="top-center" />

0 commit comments

Comments
 (0)