Skip to content

Commit

Permalink
change message for uninitiated comment threads
Browse files Browse the repository at this point in the history
  • Loading branch information
pubmania committed Dec 9, 2024
1 parent 151ee32 commit 51cd143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/js/src/BlueskyComments.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class BlueskyComments extends HTMLElement {
this.#displayReplies(replies);
} catch (e) {
this.shadowRoot.querySelector(".comments").innerHTML =
`<p>Error loading comments.</p>`;
`<p>No Bluesky Comments thread found for this post.</p>`;
}
} else {
this.shadowRoot.querySelector(".comments").innerHTML =
Expand Down

0 comments on commit 51cd143

Please sign in to comment.