Skip to content

Commit

Permalink
Updates "No archives yet?" text (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinks99 authored Sep 19, 2024
2 parents a1603c5 + 28fd66b commit 91dd5ad
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src/item-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,19 @@ class ItemIndex extends LitElement {
}

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

Expand Down

0 comments on commit 91dd5ad

Please sign in to comment.