Skip to content

Commit 91dd5ad

Browse files
authored
Updates "No archives yet?" text (#358)
2 parents a1603c5 + 28fd66b commit 91dd5ad

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

src/item-index.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,19 @@ class ItemIndex extends LitElement {
374374
}
375375

376376
renderEmpty() {
377-
return html`<i
378-
>No Archives so far! Archives loaded in the section above will appear
379-
here.</i
380-
>`;
377+
return html`
378+
<p>
379+
Don't have any web archives yet? Check out
380+
<a
381+
href="https://chrome.google.com/webstore/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd"
382+
target="_blank"
383+
>ArchiveWeb.page</a
384+
>
385+
to save pages as you browse the web, or
386+
<a href="https://browsertrix.com" target="_blank">sign up for Browsertrix</a> to archive
387+
entire websites with automated crawling!
388+
</p>
389+
`;
381390
}
382391
}
383392

0 commit comments

Comments
 (0)