+6
-5
src/App.svelte
+6
-5
src/App.svelte
···
299
299
<div class="mt-2">
300
300
<span class="opacity-75">Root:</span> <span class="font-mono text-xs">{ROOT.slice(0)}</span>
301
301
</div>
302
+
303
+
<div class="mt-6 opacity-50">
304
+
Last updated: {formatISO9075(lastUpdated)}
305
+
</div>
302
306
</div>
303
307
<hr class="hr my-10" />
304
308
305
309
<BundleDownloader instances={instances} />
306
310
307
-
<hr class="hr my-6" />
308
-
<div class="mt-2 opacity-50">
309
-
<div>
310
-
Last updated: {formatISO9075(lastUpdated)}
311
-
</div>
311
+
<hr class="hr mb-6 mt-12" />
312
+
<div class="opacity-50">
312
313
<div class="mt-4">
313
314
Source: <a href="https://tangled.org/@tree.fail/plcbundle-watch">https://tangled.org/@tree.fail/plcbundle-watch</a>
314
315
</div>