···3737`;
38383939const EMPTY_FACETS_LIST = html`
4040- <div>
4141- <i class="ph-fill ph-info"></i> You have not saved any facets yet.
4242- </div>
4040+ <p>
4141+ <span>
4242+ You haven't saved anything yet. Add a facet by browsing the <a
4343+ href="facets/"
4444+ >featured ones</a> or any of the other categories. You can click the toggle
4545+ to quickly add or remove from your collection. Alternatively, add one using
4646+ an URI:
4747+ </span>
4848+ </p>
4349`;
44504551////////////////////////////////////////////
···176182 if (output.facets.state() !== "loaded") {
177183 const loading = html`
178184 <div class="with-icon">
179179- <i class="ph-bold ph-spinner-gap"></i>
185185+ <i class="ph-bold ph-spinner animate-spin"></i>
180186 Loading items
181187 </div>
182188 `;