Skip to content

Commit f22ed8a

Browse files
committed
Add "Where's my project?" link in FW Lite
1 parent 2c40d60 commit f22ed8a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

frontend/viewer/src/home/HomeView.svelte

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@
206206
</div>
207207
</div>
208208
<ServersList localProjects={projects} {refreshProjects} />
209+
<div>
210+
<h2>{$t`Where's my project?`}</h2>
211+
<p>
212+
<a href="https://lexbox.org/wheresMyProject"
213+
>{$t`If you don't see your project, click here for instructions`}</a
214+
>
215+
</p>
216+
<!-- TODO: Get link target from config so it can be http://localhost during development -->
217+
</div>
209218
{#if projects.some((p) => p.fwdata)}
210219
<div>
211220
<p class="sub-title">{$t`Classic FieldWorks Projects`}</p>

0 commit comments

Comments
 (0)