We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c40d60 commit f22ed8aCopy full SHA for f22ed8a
1 file changed
frontend/viewer/src/home/HomeView.svelte
@@ -206,6 +206,15 @@
206
</div>
207
208
<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>
218
{#if projects.some((p) => p.fwdata)}
219
<div>
220
<p class="sub-title">{$t`Classic FieldWorks Projects`}</p>
0 commit comments